A web table is having 3 columns(name, salary and checkbox) in qtp
How to select a checkbox based on the highest salary of an employee in a webtable.
First We need to get the highest salary from the column and store the row number in Variable(intRow)
set value = Browser().page().webtable().childItem(intRow,column,"Checkbox",0)
value.Set "ON"
set value =Nothing
Is This Answer Correct ? | 1 Yes | 3 No |
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
Why bpt?
How to make arguments optional in a function?
What are the advantages of qtp?
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
What is OUTPUT VALUE ? PLZ Explain With Example?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
can any one say that where we can download the QTP trail version ??????????
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
How to covert a String to an integer?
3. How to handle the exceptions using recovery secnario manager in Qtp?