Explain the concept of Output values in Quick Test
Professional?
Answer Posted / ramyab.mca@gmail.com
Hai...
An output value step ,is a step in which a object property
value is captured at a specific point in your test and
stored at a desired location. The stored values can be used
as input at a different points in test script. Multiple
properties of an object can be selected and outputted.
Types of Output Values
• Standard output value
• Text /Text Area output value
• Data base output value
• Xml output value (from application/resources)
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How can you pass value one action to another action?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Whether qtp 9.0 supports Test director8.0
What are the types of object repository in qtp?
What are the two types of repositories available, explain them?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
If I change the object name in one action will it be updated in all the actions? Or not?
when a test case is written how u test using qtp
how interviews will be on QTP?
What is use of object spy?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance