What is Parameterizing Tests?
Answers were Sorted based on User's Feedback
Answer / latiful
when converting test into data driven tests - we replace
fixed values with parameters/variale - is kmown as
parameterizing the tests.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nandankumar
Parameterizion is the process of replacing the constant
values with the parameters or variables in order to
increase the scope of the test.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / barun choudhary
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.
Is This Answer Correct ? | 0 Yes | 0 No |
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..
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
hi. I Am working in Small IT company as Test Engineer. But am looking for change. I have 2+yrs experience, but my problem is MCA 72%, remaining all are Second Division. plz give solution for my problem.am elgible for MNC's or not. if not plz give suggestion............ already i forwarded my resume to lot of MNC's but. I didn,t get CAL............ plz give any suggestion.
How many ways to configure the application in QTP,Explain
Explain types of descriptive programming?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
What is Descriptive Programing? In which cases, we will go for descriptive programing?
Write a script to delete a specific row in a webtable.
What is Version control?