Answer Posted / appuraja
Insert > Call to Existing Action
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Explain the features and benefits of quick test pro(qtp)?
Dis advantages of XML checkpoint ?
What are the advantages of a Hybrid framework?
To which environments does quicktest professional supports?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
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.
why you have standardized functions? plzzz guys with real time exp. do answer
Why bpt?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How does QTP identify an object?
Problem with XML checkpoint in QTP ?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How can I use Call dlls in QTP ?
how can we compare descriptive programing with a regular expression