What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answer Posted / rida
Modular FrameWork: QuickTest Records the operation and
executes operation basedon actions, which is consider as
modules.
Keyword FrameWork: Based on a Keyword if we are calling a
function, which is keyword Framework
Rida..
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What are the common defects found in your project? (in qtp interview)
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
what QTP Options do you know?
Can we create a qtp test from qc?
How the exception handling can be done using quicktest professional (qtp)?
Why we load add-ins in qtp?
how to prepared for first for the first interview?
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
What does it mean when a check point is in red color? What do you do?
How to use reporter.report event in qtp ?
how to download mercury qtp9.2 ny internet ?
write a script to verify the image path(src property) of the images which are in web pages.
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji