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.
Answer Posted / less than you
From best of my sense you no need to go for "for All"
options because in that case password will also be
parameterize which is not intended and click on next till
the finish. if still you are facing issue I will be
required more details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is qtp supports uni-code?
Where we can use the synchronization?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What is the use of Debug Viewer?
When ‘option explicit’ keyword is used in qtp?
How to find the path of folder in which the test is saved in qtp?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
How many types of parameters are available in quicktest professional (qtp)?
What are table and db checkpoints?
what is test scheduleling?
What are the 3 main stages involved in testing with qtp?
How we can import data from database?
when a test case is written how u test using qtp
How to write business scripts using object repository with different scenarios
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.