What is Automation frame work.How we will prepare in real
time.
Answer Posted / harsha
Framework is Nothing but..the rules tht one should folow to
plan to automate an aaplication. It totaly depends on
application and it changes frm organisation to organisation.
Its nothing the set of rules to Develop and organise
application during testing process
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
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 the file extension of the code file in qtp?
How to analyzing test results using quicktest professional (qtp)?
What is checkpoints for qtp?
What is the meaning Work bench?
Explain the types of properties that quick test learns while recording?
What r the different filters in defect in quality center
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
what is run action?
In qtp, how you can remove the spaces from string?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji