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 / shalini
Output values is used to retrive the properties
of object.
1)Standard outputvalue
2)Text output value
3)Text area output value
4)Database outputvalue
5)Xml outputvalues(From application)
6)Xml outputvalues(from Resources)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
diff between qtp versions from 8.5
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the extension of qtp local repository?
how do i know how to use tools
How software automation specialist enter steps in the Expert View?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Which scripting language used by quicktest professional?
What is checkpoints for quicktest professional (qtp)?
How do know the number of browsers opened?
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 to use reporter.report event in qtp ?
How you know that a test case is a regression test case
why you have standardized functions? plzzz guys with real time exp. do answer