Use of Debug Viewer?

Answer Posted / vasavi juvvadi

Debug viewer is used to view, set ,or modify the current
value of object and varaibles in test when it stops at
break point to look at the values of variables at run time
for easy debugging

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1427


Is virtual object supported in low level recording mode?

613


Explain how Does Run time data (Parameterization) is handled in QTP?

550


Explain in brief about the quicktest professional automation object model?

506


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

596






How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

536


Mention the test steps of qtp.

533


What do you mean by checkpoints in qtp?

554


How did you use regular expressions in QTP and also in WR?

2155


when to start the automation?

1471


Explain different checkpoints in qtp.

714


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1680


What is the purpose of loading qtp add-ins?

619


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3260


Explain the types of object repository?

547