What is the ur roles and responsibilities as automation
testing engineer?
Answer Posted / 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 |
Post New Answer View All Answers
How you will rate urself in QTP in the range of 0 to 5
Dis advantages of XML checkpoint ?
What is Associate Repository in QTP 9.2 ?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Explain different type of event trigger option.
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what is meant by Implicit and explicit requirements?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?