Non Exist - > Effective time

Ask general questions here.
skhanpara
Posts: 101
Joined: Wed Apr 23, 2014 3:55 pm

Non Exist - > Effective time

Post by skhanpara » Fri Nov 21, 2014 3:35 pm

Hi Team,

When i use validation NotExists and its a success why does it wait for 1.3min ?

I reduce the search time for the same element but doesn't help.

I am also using the same element for another run and based on the value from the Excel sheet it will Validate Exists and notExists

Please Suggest

Thank you
Sunny Khanpara

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Non Exist - > Effective time

Post by Support Team » Mon Nov 24, 2014 3:12 pm

Hi Skhanpara,

The Validate.Exists / Validate.NotExists methods are using the ‘effective timeout’ of an element.
This timeout is actually a combination of all of the ‘search timeout’ values of the object itself and all parents.
In order to make the ‘effective timeout’ even lower you must also reduce the ‘search timeout’ of the parent element.

Please note that adjusting the ‘search timeout’ of the parent element will affect all child elements.

Please find attached some screenshots which illustrate the 'effective timeout'

The default value is 30 seconds for every item.
Searchtimeout_90.png
Properties_30.png
90seconds.png
If you change them, the 'effective timeout' will also be changed.
Searchtimeout_30.png
Properties_10.png
30seconds.png
Regards,
Markus (S)
You do not have the required permissions to view the files attached to this post.

skhanpara
Posts: 101
Joined: Wed Apr 23, 2014 3:55 pm

Re: Non Exist - > Effective time

Post by skhanpara » Mon Nov 24, 2014 5:42 pm

Thanks Markus.