I have written some scripts in QTP by using older version,
but I want to run them in latest version. Is there any
process to do that.If so can anyone explain me?
Answer Posted / hemakumar.m
when u are opening a older version files in new version qtp
it will ask u want to convert it into version .Just click
yes button .Thats enough.No need of any process.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Generic function to search for the unique link in webtable and click on it
wht type of User defined functions or Java Releated functions Do we write in VB scripting
What is QTP’s model for test creation?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Have you used xml check point in your project?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
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 suppress warnings from the test results page?
What is the use of an object spy tool in qtp?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What is the syntax to call one script from another?
Explain the qtp test phases.
How do you capture tooltip using QTP?