Which version of QTP is using by companies nowadays?
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.
If object is not recognized by qtp but the object is standard object what is your approach?
What is the significance of “action 0” in qtp?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How many ways we can parameterize data in quicktest professional (qtp)?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Explain the check points in quicktest professional (qtp)?
What test cases can you automate using QTP?
What is the parameterization?
How to remove the associated function library?
how to find that tools work well with ur existing system?
The hybrid framework can be implemented for any application. Is it true?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
If created one virtual object? Next time I changed the window position will it work?