What is data driven testing in QTP?
Answers were Sorted based on User's Feedback
Answer / abcd
data driven testing is nothing but retesting implemented in
Qtp.
| Is This Answer Correct ? | 13 Yes | 40 No |
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
Output values? i want a practical example
what area in a web application cannot be automated.
Where the text version of script file located in file system?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
How to do Laod testing for web based Application?
What is the concept of firewalls?
How to make an Action as reusable?
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
what is objectidentification?