-
-
-
-
-
-
-
-
-
-
example:
C ——
void window(int left, int top, int right, int bottom);
">Using the function load_dll("c:\windows\system32\msvcrt.dll"), I loaded the dll to winrunner.When I declare the functions which return void in c, I don't know which keyword I should use in Winrunner.example:C ——void window(int left, int top, int right, int bottom);
-
Any ideas someone?">I'm currently running a MLS (mercury licence server) with floating-licences for WinRunner. Is there some kind of tool to show me how many users are "at the moment using winrunner"? So that i can get an idea how many users (and maybe even which users) are at a given moment using the tool. This would be a fine way to see if I would have to purchase more licences (or if I currently have bought too many).Any ideas someone?
-
-
-
-
-
How do you check thecurrent item value in the list after I open a web page with this list in WinRunner ?
list_get_selected ( list, out_item, out_num );will solve the problem that I have.It will return an item (out_item) and the postion(out_num ) that is currently shown on the list.To check the with the previous values I can store theprevious values in file and then read it from the filelater to compare it from current value.
-
What is the purpose of regexp_label property and regexp_MSW_class property?
The regexp_label property is used for windows only. It operates “behind the scenes” to insert a regular expression into a window’s label description.The regexp_MSW_class property inserts a regular expression into an object’s MSW_class. It is obligatory for all types of windows and for the object class object.
-
What do you verify with the database checkpoint default and what command it generates, explain syntax?
By adding runtime database record checkpoints you can compare the information in your application during a test run with the corresponding record in your database. By adding standard database checkpoints to your test scripts, you can check the contents of databases in different versions of your application. b. When you create database checkpoints, you define a query on your database, and your...
-
Explain Get Text checkpoint from selection (web only) with syntax?
Returns a text string from an object. web_obj_get_text (object, table_row, table_column, out_text [, text_before, text_after, index]); i. object The logical name of the object. ii. table_row If the object is a table, it specifies the location of the row within a table. The string is preceded by the # character. iii. table_column If the object is a table, it specifies the location of the column...
-
Which TSL functions you will use for
Searching text on the window i. find_text ( string, out_coord_array, search_area [, string_def ] ); string The string that is searched for. The string must be complete, contain no spaces, and it must be preceded and followed by a space outside the quotation marks. To specify a literal, case-sensitive string, enclose the string in quotation marks. Alternatively, you can specify the name of a string...
Winrunner Interview Questions
Ans