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 |
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
How do function returns a value?How can we pass one function value to other function as input
How to capture screen shots when an error occurs?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What are the ordinal identifiers in web page?
How can I pass values from one action to another in QTP ?
How can I deploye a 'QTP Runtime environment only'
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
What is difference between Class and MicClass
what is the code in QTP to take screen shot?
Both static and dynamic arrays are handled by the vb script. Is it true?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.