unique properties of button,edit box, radio button,check box?
Answer / ashish srivastava
index property is the unique property used to identify the
two same objects
browser().page().webedit("Submit",index:=0)
| Is This Answer Correct ? | 3 Yes | 1 No |
what are the disadvantages of descriptiveprograming
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is Port testing. Whhen will you perform?
Hi any body can tell me the synchranization point syntax thanks in advance
what is object spy
what type of automation is follwed in the project?
Have you used TD?
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.
how to write testcases for web based insurance,from the script by using qtp.
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Explain the concept of Output values in Quick Test Professional?
How will you find the current time of the remote machine using QTP script?