Page 1 of 1

Non Exist - > Effective time

Posted: Fri Nov 21, 2014 3:35 pm
by skhanpara
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

Re: Non Exist - > Effective time

Posted: Mon Nov 24, 2014 3:12 pm
by Support Team
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)

Re: Non Exist - > Effective time

Posted: Mon Nov 24, 2014 5:42 pm
by skhanpara
Thanks Markus.