How to check the value for variables during run time.
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / chakrapani
Put a Break point then
do F11 step .
when u comes to variable,select that variable
and do Watch(ctrl+T).In this way during run time
u can chck value of variable.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nandankumar
if we want to check the return value of particular variable
during run time we can use "msgbox" correct.
ex :
Var = datatable("column name",1)
msgbox var
(it displays only one by one return values)
or
print var
(it displays whole return values at a time)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
Have you used xml check point in your project? How?
what is difference between analog and low level recording
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
What phases are involved in testing an application in qtp?
How to Import data from a ".xls" file to Data table during Runtime.
In QTP for .net application which plug in is used? For Java Application which plug in is used ?
2 Answers AppLabs, Fraze Tech,
Give me an example where you have used a COM interface in your QTP project?
Which MS Excel formulas are possible to use in the DataTable? I am searching a formula for searching a field in the datatable
What is object spy in quicktest professional (qtp)?
How many types of run modes are there in qtp?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,