Can anyone explain about Keyword driven framework in detail
and how to use it in case of any project
Answer Posted / surendra
Hi Shyam.meghansh,
Could you please explain more in details about the things
what you mentioned. I mean in each component what are all
the things have to store. or will the system atomatically
stores the data into the respective components. I wanted to
send you a mail but you didn't mentioned your email id.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why qtp always start action1 and does not start action?
What is action split and the purpose of using this in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
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
How many number of actions possible in qtp?
What is the default object synchronization timeout in qtp?
How does qtp identify the object in the application?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What are the types of object repositories? Which one is you using?
how to know no.of mails in our g mail by using vb-script
Is QTP supports Unix. If yes, then how the test automation is done?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Did the scripts need lot of maintenance? If yes, why?
How many types of recording modes in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage