Explain roles and responsibilites of 2yrs Automation qtp
engineer.
Answers were Sorted based on User's Feedback
Understanding the test cases, which are given by the client.
Understanding the framework usage.
Analyzing, developing the generic functions ,Distributing and informing to the team members how to use the generic functions .
Converting the manual test cases into automation script.
Develop the basic script with a sample test data .
Running the script again and again in order to confirm that with the script is running properly or not .
Parameterising the data ,preparing the test data in automated excel file .
Involved in code review.
Executing the test script
Reporting the test results, bugs with bug tracking tools or excel file.
Interacting with developers and in order to discuss bugs .
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / gajjala
As a 2 years automation tester
my roles are
1.understanding the srs document and develop qtp scripts
2.execute the scripts and any defect found report it to the defect tracking tool bugzilla or qc
3.perform regression testing for as and when required
4.interact with manager and team lead for work status updation.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kantha
Creation of automation script using qtp for regression testing.
creation of framework
identify test scenarios
review test reports n tests summary
execution of test scripts using qtp
| Is This Answer Correct ? | 1 Yes | 2 No |
How can we close all webbrowsers which are opened in out desctop?
what you mean by artifact,milestone...
what is command for executing files?
How to handle Run-time errors?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
anyone can explian about types of "Triggere Events" in QTP
Output values? i want a practical example
can we call a test in another test?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
write a qtp code to count the number of child objects in login page and highlight it
What are the types of object repository in qtp?