How to write VB Script for selecting a particular row in a WebTable?
Answer Posted / pravati
u can find the row id by using Getrowwithcelltext(text) method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How strcomp function works?
What are the differences between sub procedures and function procedures?
How to create a cookie using vbscript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Why is the use of exit do or exit for statements within loops discouraged?
what types of bugs will we find out in banking projects for automation testing?
What is the purpose of regexp object in vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
What is the difference between vb debugger and the script debugger?
How are values assigned to the variables in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
What is the use of the instr function?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...