If 3 browsers are opened in our system, how to enter the
facebook url into second browser by using descriptive
programing
Answer Posted / gabbar
browser("CreationTime:=1").Navigate"facebook.com"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to analyzing test results using quicktest professional?
What are the various types of Actions in UFT?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Is qtp supports uni-code?
Explain step generator in qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How to open a new test using quicktest professional (qtp)?
Which environments are supported by hp qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How do you delete unwanted results in qtp?
Can we run test with out adding object in object repository? How it is possible?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
unique properties of button,edit box, radio button,check box?
how to test Web application using QTP software
How many types of Automation frameworks are there in UFT? Describe them.