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 |
Through array we can execute the testcase how ? give me example
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
how can i prepare for QTP(8.2) to face interview ? give over view details?
give me an example where u used good judgement and logic in solving a problem
I wnnt to learn about QTP Automation Framework,please give URL Address to get more information about AFW.
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
How you automate test scripts
please any one can explain the keyword driven framework. with gmail example.
What is creation time property and how does it work?
how do you configure QTP AND Test director?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?