How to get data line by line from web element
Answers were Sorted based on User's Feedback
Answer / arun
1. Get the value from that webelement using getroproperty
2. split that value using space " " as delimeter and move
it to a array
3. use that array elements to get each line
| Is This Answer Correct ? | 1 Yes | 2 No |
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How to Analyze the Checpoint results by Table and DB Checkpoints?
How to identify 2 versions of browsers based on regular expression
How to enter table check points?
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.
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
Where virtual objects stores results?
How can we record an edit box in the Web application ?
what is Function Definition Generator? can any one explain me in details?
1)how to write test cases in test director? not go throuth requirments and plan but should be different way i need? 2)what is the mediator between qtp and application or project?
Tell me the situations where we will use Data Driven?
Which Databases supports for QTP?