How to calculate the edit field length
Answers were Sorted based on User's Feedback
Answer / guest
For edit boxes in winrunner direct function is not
available to find length of text.We can use length()
function.
EX:- edit_get_text("button logical name",outvariable);
//In outvariable entered text will be stored.
x=length(outvariable);
//The length function returns the length of the text.
report_msg(x);
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
What is the disadvantage of loading the GUI maps through start up scripts?
What are the modes of script recording in winrunner ?
types of testing? and what is mean bvt and bat ? differ btwn bvt and bat pls can anybody post the answer
whats spiral testing. give example
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
please tell me how to explain the project by taking any project (like banking product), how to start explaing?what will be the order of priority e.g.,like purpose, modules, HLDs LLDs etc., in testing point of view (as a testengineer). rightnow i can't explain my project though i've done successfully..so plz help me ..
9 Answers HCL, IBM, ITC Infotech, Raisoni, TCS, Wipro,
What do you mean by S/W Testing Automation Framework? What are different types of automation framework?
WinRunner will suppost "Cold Fusion"?
How do you run your sciripts in Win Runner?
How to fetch a value which is in a particular cell in a html table?
How will you review the test case and how many types are there ?