Please clarify Automation and QTP both(names) are same or
diff?
Answer Posted / saritha
Automation testing which is also known as Test Automation, is when the tester writes scripts and uses another software to test the software. This process involves automation of a manual process. Automation Testing is used to re-run the test scenarios that were performed manually, quickly and repeatedly.we are having different types of Automation tools to automate the scripts.
for eg:
1) QTP Automation Tool( For Regression testing, Data Driven Testing and Functional Testing)
2)LoadRunner(For Performance testing)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What is difference between Recording time object identification and Run time (Execution) time.
What are the challenges you faced during you entire life automation ?
How to give a call to another action from one action?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
Define Error Pane of UFT?
What is a checkpoint? How many check points are there in qtp?
What are the different kinds of test steps?
What are benefits of qtp?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is output value? How many types of output values are there in qtp?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What are the types of object repository?