What is Automation frame work.How we will prepare in real
time.
Answer Posted / saravanan
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Explain sub procedure of vbscript.
How to check which add-ins are associated with a test in qtp?
what is the difference between data driver & data driven and driver script?
UFT 12.02 which ALM version will support
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Did the scripts need lot of maintenance? If yes, why?
Which scripting language used by quicktest professional (qtp)?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How to use output values in qtp ?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?