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...

What is keyword driven testing..what is the use of this in
Automated testing

Answer Posted / subhash pasupuleti

My two cents
Keyword Driven Testing is synonomous with Framework based
Testing. We use user defined Keywords in Excel sheet(first
column)and a list of parameters in 2nd and subsequent column.

Driverscript imports the excel sheet into Global data sheet.
Reads line by line and using Case statement calls
appropriate Action( or Functions) and passes the parameter
values defined

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?

1058


Explain about the test fusion report of quicktest professional?

1003


hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com

1913


How to handle the exceptions using the recovery scenario manager in qtp?

1096


How to record a qtp script ?

1104


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1877


What are the features supported by UFT?

1145


Explain different types of checkpoints?

1063


give me the code to save all messages of inbox of gmail into a folder and notepad

2168


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

4339


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

3328


hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.

2402


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

2117


What are test settings and global settings?

1172


explain how to write vb script in qtp?when will you write own script?

2363