Can eValid monitor for a text object in my webpage

Applying eValid to Rich Internet Application (RIA) Performance Monitoring.

Can eValid monitor for a text object in my webpage

Postby PeterD » Mon Jul 30, 2018 9:40 am

Morning.

I want to monitor when a particular text object arrives in my page after the page is loaded.

How does eValid do this.

Thanks
PeterD
 
Posts: 1
Joined: Mon Jul 30, 2018 9:35 am

Re: Can eValid monitor for a text object in my webpage

Postby eValid » Tue Jul 31, 2018 7:58 am

PeterD wrote:Morning.

I want to monitor when a particular text object arrives in my page after the page is loaded.

How does eValid do this.

Thanks


Thanks for asking PeterD.

You didn't provide much detail about your text object, but let's assume that you have a piece of visible text and you want to know when it arrives specifically from the beginning of the web page load.

First, you have to find the index of the object on a copy of that page that is fully loaded and fully rendered.

That is done with an IndexFindElement command, like that described here:

http://e-valid.com/Products/Documentati ... ple13.html

You'll also need to know the name of the property that has the text in it.

Once you know the index, your script will have to have a "timing loop" for which the pseudo code will look like this:

ResetTimer
Navigate to the page (GotoLink Command)
SyncOnSelectedObjectProperty ...parameters...
SaveRecord ...for the %f parameter...

The output of the SaveRecord command is the time it took to have that particular text show up in your page.

Hope this helps!


-- eValid Support
eValid
 
Posts: 2392
Joined: Tue Jan 01, 2008 12:48 pm
Location: USA


Return to Rich Internet Application Monitoring (RIA)

Design Downloaded from free phpBB templates | free website templates | Free Web Buttons