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


Please Help Members By Posting Answers For Below Questions

What is quicktest professional window?

648


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

1552


what type of run time errors you get while you ar edoing rpg program?

1600


Explain quicktest professional testing process?

636


How many types of recording facility are available in quicktest professional?

692






Define Error Pane of UFT?

766


What are the features supported by UFT?

743


How to call a test from another test?

782


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

1856


What are the types of properties that quick test learns while recording?

629


Give me some real time point of way where exactly we can conduct audits?

1584


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

2660


What is checking bitmaps?

659


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1729


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

6263