How QA specialist can identify when programmatic
descriptions are useful?
No Answer is Posted For this Question
Be the First to Post Answer
How will you handle custom object in QTP?
How to retrive the property of an object?
How to convert manual test cases to automated testcases
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.
What are the different types of checkpoints?
How to open an application through scripting?
How cookies can be tested in QTP?
if we made any changes in shared object repository how it reflects of others like our team members?
Explain about import and export files?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
wht type of User defined functions or Java Releated functions do we write in VB scripting
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .