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 |
What is the difference between byref and byval in qtp?
How to give a call to another action from one action?
does qtp need record and playback in realtime. plz tell exactly wat happens
Explain hybrid framework with advantages and disadvantages?
where did you automate in your project?(please tell me example senarios)
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers
how to know no.of mails in our g mail by using vb-script
By using QTP can we record any log files written by the application which is in execution?
Why you are Using Descriptive programming instead of Object Repository?
What Folder Structure following in Keyword Driven Frame work?
how to get no.of non empty rows in a excel sheet through vb-script