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 / raju
HI can u provide some more info on this...
If length of the username is less than 4 chars then we get
the error message.
That may be one case....pls verify and let me know..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of qtp?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is synchronization? What are the ways you can synchronize?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What is regular expression?
How you create new action in qtp?
Where to use Property Let, Property Get, Property Set in UFT
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Explain how Does Run time data (Parameterization) is handled in QTP?
What is throw object?
What are the challenges you faced during you entire life automation ?
What is the difference between a Function and Procedure in QTP?
if our qtp vb Script may be Currepted then What we want do?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...