What are the various versions of QTP that have been
released so far? Please also mention the year of release
for each version
Answer Posted / xml
5.5
6.5
7.6
8.0-2000
8.2-2002
9.0-2005
9.1-2007
9.2- i think after March 2007
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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.
For which type of projects the iterative model is not suitable?
What are the key points to create a framework in QTP for oracle forms?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
In qtp, explain what is qrs file?
banking project description for software tester
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How can you handle exceptions in qtp?
What are the recording modes in qtp?
How to handle dynamic objects in quicktest professional?
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?
how to do the batch testing in test director using manual testing procedure?
Explain the check points in quicktest professional?
How to find the difference between 2 dates in qtp?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process