What is the ur roles and responsibilities as automation
testing engineer?
Answers were Sorted based on User's Feedback
Answer / mogal
1.understanding the application whether it will be automated or not
2. if it is automated then prepare automation scripts
3. create test data using data parametrization like data tables, environment variables,random numbers,action parameters
4.storing objects using OR
5.writing scripts by using descriptive programming and create user defined functions
6.debugging the scripts by applying break points
7.execute the scripts
8.compare the actual results with expected results by using check points
9.and create the test results and prepare the reports.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sharad samant
1) Write the Test script
2) Run the Test Script
3) And make a Report
| Is This Answer Correct ? | 6 Yes | 9 No |
At a time how many users can access QTP?
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
How to handle dynamic objects in quicktest professional?
What is the latest version of qtp?
How many function you use in your application?
regular expression
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.