Answer Posted / bhavna khurana
I am also using QTP9.2 on my Vista..........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to handle dynamic objects in quicktest professional?
can i compare two databases using QTP ?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
what is the difference between IE & Netscape in web testing on a log in page
How do you configure QTP AND Test director?
With what extension you can save the list of tests in a file to run in test batch runner?
What is test object model in quicktest professional (qtp)?
What is the Difference between test object and run time object?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Explain how qtp identifies objects?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What are the types of object repositories? Which one is you using?
when will you do debug your script? and explain that process?
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.