An Excel sheet contains 10 urls. The winrunner should take the urls from that excel sheet, they should be opened and checked whether the homepages are opening or not. I needed the processor how we do this.
Latest Answer: use data driver wizard ...
Hi, please tell me how can we use regular expression for password field.e.g i want to check the pasword whether its taking numeric or charcter in Uppercase or Lowercase.and the range...how to compre text
Latest Answer: I think that Regular EExpressions are used to validate the testcase depending upon the condition.i.e if PWD is accepting lower case, upper case, numeric Then depending on the condition we are using REGULAR EXPRESSION to validate the particular object, ...
Latest Answer: type (""); ...
Latest Answer: You can measure how long it takes to run a section of your test by defining transactions. ...
How to call the dll functions into a script? How to know, what are the functions present in a dll function?
Latest Answer: There are two types of files 16bit and 32 bitload _dll("path")load_16_dll("path")load_32_dll("path") ...
Mention few scenarios where we can use data driven testing in winrunner banking projects in detail.
Latest Answer: WinRunner lacks some important date functions such as datediff(), day(), hour(), month(), and lacks different date formats. However using its built in functions time_str(), date_string_to_Julian(), there is possibility to get all other features. Here ...
Latest Answer: Yes, we can perform performance testing by using Winrunner1.Calling the
Function
get_time();
or
2.Using the following Script
declare_transaction("abc");
button_press("OK");
start_transaction("abc");
a=win_wait_info("welcomewindow","enabled",1,10000);
if(a==0)
end_transaction("abc",PASS);
else
end_transaction("abc",FAIL); ...
Custom function are defined by_____________The function used to pass userchecks in the report window_____________
When loading application at the time obj colour is Orange (default)First time click on the object, colour is greenSecond time click on the same, object colour is blue.Write the coding in Winrunner?
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top