Answer Posted / srinivas.o
U can save the user defined functions in .vbs file. And we
can debug the script by clicking(two) on that file. It is
also called library file.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does quicktest professional (qtp) identifies the object in the application?
What is the virtual object?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
What is Port testing. Whhen will you perform?
What do you mean by checkpoints in qtp?
what is keyword driven testing in qtp?n how is it useful?
What are the disadvantages of recording test cases in qtp?
what is test scheduleling?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Hi How to retrieve data from web element line by line?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
any body can you help me what is the script to automate an comand promt
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
What is the synchronization point in qtp?
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.