how to choose the framework in qtp ?
2)when we go for the descriptive programming ?
Answers were Sorted based on User's Feedback
Answer / aruna
It depens what exactly u want to carry out,if Checking huge
data then data Driven Frame work is enough......
ur writing all ur reusable asa functions and want to call
keyword could be good.
Descriptive programming for dynamically changing values
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sreenath
we want to know,.
1)how to give instruction
2)how to give information
3)how to use recording option
4)how to use run option
5)how to analysis result
| Is This Answer Correct ? | 1 Yes | 0 No |
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
how to retrieve the column headers in database using vbscript statement in QTP
Difference between test object and run time object?
how much space occupies in object respository by default?
What are the Features & Benefits of Quick Test Pro ?
Explain about Checking Bitmaps?
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
Reverse string without mid or streverse function.
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.