Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Why qtp always start action1 and does not start action?

1064


What is action split and the purpose of using this in qtp?

996


Explain how Does Run time data (Parameterization) is handled in QTP?

991


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

4262


How many number of actions possible in qtp?

1012


What is the default object synchronization timeout in qtp?

1192


How does qtp identify the object in the application?

932


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.

1717


What are the types of object repositories? Which one is you using?

1162


how to know no.of mails in our g mail by using vb-script

2198


Is QTP supports Unix. If yes, then how the test automation is done?

2158


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

2890


Did the scripts need lot of maintenance? If yes, why?

3767


How many types of recording modes in qtp?

1025


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

2840