0% found this document useful (0 votes)
63 views

QTP Certification Dump - Sample Questions 181-190

You can summarize the key points about debugging tests and function libraries in QTP as follows: 1. To debug a function library, you must first associate it with a test and then debug it from that test. 2. When debugging, the Debug Viewer can be used to check and modify variable values. 3. Tests and function libraries are read-only while running in debug mode. 4. The debug session cannot continue at the backend while performing other file operations in QTP. Changes to external resources like function libraries only take effect when reopening the test.

Uploaded by

geongeo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

QTP Certification Dump - Sample Questions 181-190

You can summarize the key points about debugging tests and function libraries in QTP as follows: 1. To debug a function library, you must first associate it with a test and then debug it from that test. 2. When debugging, the Debug Viewer can be used to check and modify variable values. 3. Tests and function libraries are read-only while running in debug mode. 4. The debug session cannot continue at the backend while performing other file operations in QTP. Changes to external resources like function libraries only take effect when reopening the test.

Uploaded by

geongeo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

QTP Certification Dump - Sample Questions 181-190

181. If you define a Restart Microsoft Windows recovery operation, it is always inserted as the last recovery operation, and you can change its position in the list. A) True B) False Ans: B 182. If more than one scenario uses a function with the same name from different function libraries, the recovery process may fail. A) True B) False Ans: A 183. To debug a function library, you must first associate it with a test and then debug it from that test. A) True B) False Ans: A 184. To detect and isolate defects in a test or function library, you can control the run session using the .... command A) Pause B) Run C) F14 D) Session Ans: A 185. When the test or function library run stops at a breakpoint, you can use the ...... to check and modify the values of VBScript objects and variables. A) Debug Window B) Debug Dialog C) Debug Viewer D) Debug page Ans: C

186. While the test and function libraries are running in debug mode, they are read-only A) True B) False Ans: A 187. You cannot debug a file that is called using an ...... statement, or any of the functions contained in the file. A) ExecuteFiles B) Execute_File C) Execute-File D) ExecuteFile Ans: D 188. The debug session can continue at the backend while you can perform file operations like opening a new test etc. A) True B) False Ans: B 189. Any changes you apply to external resources saved in the file system, such as function libraries, are implemented only when the test is closed and reopened but any changes you apply to any external resource that is saved in your Quality Center project, such as a function library, will be implemented immediately. A) True B) False Ans: B 190. You can use the .......... command to begin your debug session at a specific point in your test. A) Start from Step B) Run to Step C) Run from Step D) Start to Step Ans: A

You might also like