What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
Answer Posted / ghanashyam rabada
It is the step in which one or more values are captured during test execution. The values can later be used as input at a different point in the test run
Normally using qtp you can create 4 types of output valus
a) Standard
b)Text and Text area
c)Database
d)XML
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to define array in qtp?
What is the default object synchronization timeout in qtp?
Explain quicktest professional (qtp) testing process?
How to remove associated function library?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
what is the latest version of QTP? Main difference between 9.2 and 10 version
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.
What is object spy in quicktest professional (qtp)?
What are the different attribute used with regular expression?
give me an example where u used good judgement and logic in solving a problem
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Explain different recording modes?
what is object and child object.. explain ..if possible give some example for better understanding ..
what is run action?