what are the qtp tester responsibilities?
Answers were Sorted based on User's Feedback
The responsibilities of QTP tester are
1.Establish an automated test environment for UI and non-UI testing
2.Review the test cases
3.identify the Which test cases to be automated.
4.Then after that convert those the case in to automation
scripts
5.Review test scripts and enhance the scripts if required
6.after that execute the scripts on respect to functionality
7.Identify the defects and send it to developers.
8.Report to test lead about status of assigned tasks
a)daily Status Report
b)daily defect Report
c)Weekly Status report
9.Provide Enhancement to project based on end user perspective
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / suresh kumar
The responsibilities of QTP tester are
1.First identify the Which test cases to be automated.
2.Then after that convert those the case in to automation
scripts
3.Review test scripts and enhance the scripts if required
4.after that execute the scripts on respect to funtionalities
if u have any clarifications mail me.uvvsuresh@gmail.com
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / prabu
In interviewer ask question and prepare in resume
| Is This Answer Correct ? | 2 Yes | 4 No |
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
How to use descriptive programming?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
what is the difference between data driver & data driven and driver script?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How do we create and run the scripts with out using O.R. ?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
what is object spy
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
Hi Friends, Can you please answer these questions of QTP Certification? 1.) What are bitmap checkpoints sensitive to? A. Image size and object type B. Object type and image type C. Screen resolution and object type D. Screen resolution and image size 2.)What are the phases in the QuickTest workflow? A. Plan, Record, Enhance, Run B. Prepare, Record, Verify, Run C. Plan, Create, Verify & Enhance D. Prepare, Create, Verify & Enhance, Integrate 3.) What are the two most commonly used ADO objects? A. Fields B. Execute C. Connection, RecordSet D. Open, ConnectionString 4.)What options are available to filter objects in the Target Object Repository pane when merging object repositories? A. Show all objects or Show only objects with conflicting object types B. Show all objects or Show only objects with conflicting descriptions C. Show only objects with conflicting logical names or Show only objects with conflicting object types D. Show only objects with conflicting logical names or Show only objects with conflicting descriptions 5.)Which of the following is an example of a missing resource? A. An object B. Run Results C. A Regular Action D. An External Action 6.)What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value 7.)In VB Script functions, which one is false among the following a. Variables must be declared before use b. Variables may not be declared before use c. Variables may be declared without data types None
What is method name to compare two XML files.