I have 5 no.of Action in my Test.
Out off which i should make 3rd action as my start-up
action.
How should i make it?
Answer Posted / jothi
RunAction "action3", oneIteration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax for how to call one script from another?
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 did you resolve conflicts present in Object Repository?
How do you configure QTP AND Test director?
Get the count of files of similar types from a folder.
Where we can use the analog mode and where we can use the low – level mode?
What are the different types of functions available in qtp and explain ?
Explain the types of object repositorys in qtp?
Explain features of the latest version of qtp/ uft 12.1?
Output values? i want a practical example
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Should have experience in framework means?
what is the frame work in J-meter?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
In qtp, how you can get the last character from a string?