where exactly we can't do the automation testing. give some examples
Answers were Sorted based on User's Feedback
Answer / pavan
2.GetRoProperty----we can get values from runtime using
this method..
a=Browser("").page("").wededit("").Getroproperty("text")
msgbox a
dispaly the value in that text..
GetTopropetty---we can get the values from that object
a=Browser("").page("").wededit("").GetToproperty("text")
msgbox a
that is run time....
3.Qtp 9.0 merge the repositories in RepositoriesManager
option...2or more we can merge
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / andy
We can not do the automation testing for the following
scenarios:
1. For the newly build application
2. For Smoke Testing of the application
3. For the application to be tested only once
4. For the application which has to be tested in rush time
5. For UAT
| Is This Answer Correct ? | 1 Yes | 4 No |
How to run a test using quicktest professional (qtp)?
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Tell me the QTP Advantages and Disadvatages ?
what questions i have to pripare for project manager round interview ? plz give Ans.(Chandana)
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
Which company is better amdocs or techm ???
What is difference between QTP 8.2 Obect Repository and QTP 9.2 object Repository?
Explain the features of quick test pro(qtp)?
in login module login button chage regularly(means login button change to submit button).What is the code for it.