Can anyone please explain me the process of automating an
application using QTP as i am new to this?
Answer Posted / guest
-Analyzing Application: Understand requirement and analyzing
application before -preparing the test cases
-Preparing Testing infrastructure: preparing resources like
collecting repository and function library etc
-Writing scripts: writing scripts for regression test cases
-Running and debugging:
-Enhanced to frame work:
-Defect reporting:
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is quicktest professional window?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
what type of run time errors you get while you ar edoing rpg program?
Explain quicktest professional testing process?
How many types of recording facility are available in quicktest professional?
Define Error Pane of UFT?
What are the features supported by UFT?
How to call a test from another test?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What are the types of properties that quick test learns while recording?
Give me some real time point of way where exactly we can conduct audits?
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 checking bitmaps?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME