What is Parameterizing Tests?

Answer Posted / b.ramyasri

Hai...

When you test your application, you may want to check how
it performs the same operations with multiple sets of data.
For example, suppose you want to check how your application
responds to ten separate sets of data. You could record ten
separate tests, each with its own set of data.
Alternatively, you can create a parameterized test that
runs ten times: each time the test runs, it uses a
different set of data.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all

1508


Sql questions to find second max salary and how to use joins

955


How will you declare a variable in qtp?

546


What are the differences between quicktest professional and winrunner?

533


what is clean sweep?

1873






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.

1490


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

1711


What is the difference between the design-time and run-time data tables?

551


if our qtp vb Script may be Currepted then What we want do?

1475


give me an example where u used good judgement and logic in solving a problem

3346


What are the different attributes used with regular expression?

541


How to handle dynamic objects in quicktest professional (qtp)?

542


Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.

1359


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

3604


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1433