How to check the value for variables during run time.
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / uday kumar_anem
You can achieve this only when you debug the scripts.
Put some break points in your script.
By default the runtime evaluates the variable values upto
that breakpoint, and from there on to know var. values use
step in, step out short cut keys.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different recording modes and how do they work?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
how many maximum number of virtual users we can create?
How is the Bitmap checkpoint different from Image checkpoint?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
Tell some commonly used Excel VBA functions?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What do you to script when objects are removed from application?
How to customize checkpoints with parameters?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is debugging? How you debug your script?