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
Illustrate briefly about the different types of statement
How to Import data from a file (file is on the desktop) to the data table
Anyone have qtp11.0 crack?
What is the use of the instr function?
How can you destroy an object in vbscript?
How will you convert a string to lower case string using vbscript?
How are values assigned to the variables in the vbscript language?
Which in-built function is used to format the number in the vbscript language?
What is the difference between VBScript and JavaScript?
Explain the constants in vbscript?
What are the different types of operators and their order of precedence?
Which command is used for writing text on a page?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
what is event handling?
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?