In a webtable,a list of values are there,rightnow one
values shows,later random another values shows,but how to
retrieve the random value in webtable.
Answer / kavitapriyacr
If the values changes after each criteria/Click then
1. Get the Total number of columns and rows in the table
after you click/ entering criteria.
2. Fetch the each cell data as:
data=Browser().Page().WebTable().GetCellData(row,column)
| Is This Answer Correct ? | 2 Yes | 0 No |
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
.qfl extension for which file? where vl use it
write the vb script for call to new action in qtp?
What are the different ways to invoke an application using QTP?
how do check the links in a webpage ?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
what is impact analysis on regression testing?
What are the differences between quicktest professional and winrunner?
Explain the Load testing process?
How do you test DLL files using automation Tool QTP?