Which property will you use to check the object state?
(Exist)
Answers were Sorted based on User's Feedback
Answer / audi
you can use "Exist" method for checking object is there or
not in page.
where as "Enabled/disabled" can be used to find out the
status of Objects.
Regars
Audi
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
How do you synchronization point through DP?
What is Environment Variable and when we apply this in QTP?
How we can add actions in the test using QTP?
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
How to take screen shot of desktop by using vb script code or is there any method?
Explain abt the File System Object in QTP with ex
how can i pass parameters into function?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
who QTP recognizes the object stored in object repository?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?