Which version of QTP is using by companies nowadays?
Post New Answer View All Answers
How to export quicktest professional results to an .xls file?
Explain the terms test and business component?
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.
What is qtpro? What is quick test pro?
what is clean sweep?
What Folder Structure following in Keyword Driven Frame work?
how many maximum number of virtual users we can create?
Whats the realtime QTP testing process
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Why bpt?
How does qtp recognize objects in aut?
Shall we add Local Repository to shared object repository,if yes,how we add
What is throw Object?
What are some test assets and related extensions of qtp?
How many types of parameters are there?