What is parametrization ?

Answer Posted / narendra

when we want to test our application we may be want check
how it perform the same opperation with myultiple sets of
data this is we can call as perametrization

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2357


What are the valid scopes of a variable in vbscript?

684


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1865


What are the different types of operators and their order of precedence?

661


What is the difference between for loop and while loop?

653






Explain about the functionality of vb script?

664


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1504


For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

1846


Explain sga memory structures?

671


Both Static and dynamic arrays are handled by VB script. Is it true?

699


Is vbscript a case-sensitive or case-insensitive?

866


Explain about arrays in vb script?

682


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2145


what types of bugs will we find out in banking projects for automation testing?

1863


What purpose does ‘on error resume next’ serves?

643