Is there any vbscript in QTP for Data Driven Test instead of
using the option provided by QTP?
Answers were Sorted based on User's Feedback
Answer / jay prakash
what i understood from your question is: if there is a way
to do data driven testing from QTP in the expert mode using
script.
If my understanding is correct than yes there are ways to
do that. Script can be written for that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / babu
Hi Jay prakash,
Please provide me the vbscript to implement data driven
test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of action split in qtp?
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
in qtp how can we do test when the build is not ready
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
what are the metrics in general we use in testing.
please any one can explain the keyword driven framework. with gmail example.
How can I test the unix shell in QTP
can u store QTp frame work folders in VSS? If Not where u store those?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
How to create basic scripts from a manual test case in QTP?
Explain types of exception handling and script for that?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this