|
341. How Does QTP Handle Cookies?
Date Posted: 06/27/2012
Ans: Server side connection such as SCI scripts can use cookies both to store and retrieve information on client side of connection.QTP stores cookies in the memory for each user and the browsers would handles them as it normally would.
|
|
|
342. What Are The Names Of UI Objects?
Date Posted: 06/27/2012
Ans: The few examples of UI objects are Button, List box and check box.
|
|
|
343. What Is The Need Of Object Repository Administrator?
Date Posted: 06/27/2012
Ans: It is not necessary but quite helpful to have one to manage shared object repositories and to see reusability of tests is maintained with respect to shared object repository.
|
|
|
344. What Is The Extension Of Exported Object Repository File?
Date Posted: 06/27/2012
Ans: The extension of exported object repository file is .xml
|
|
|
345. How Does Automation Fit Complete Testing Process?
Date Posted: 06/27/2012
Ans: Automation is sometimes part of testing process because automated tests are often capable of performing action at a rate and duration that humans are capable of. This may improve test coverage and amount of testing that can be performed in a shorter amount of time.
|
|
|
346. How Can An Action Be Added Programmatically?
Date Posted: 06/27/2012
Ans: An action can be added programmatically by using Run Action statement. Before you can use this action command in QTP expert view, you must copy or call the action in to the test. The syntax for this command is Run Action Name, [Iteration mode, iteration range]
|
|
|
347. How Can Dynamic Run-time Objects Be Handled In QTP?
Date Posted: 06/27/2012
Ans: Dynamic run-time objects can be handled by using the GETRO property.
|
|
|
348. Is QTP Is More Capable Of Doing More Than Capture And Playback?
Date Posted: 06/27/2012
Ans: Yes, in addition to capture and playback, QTP is also capable of descriptive programming. Scripts can be created without the need to be recorded.
|
|
|
349. What Is Difference Between Per Action Repository And Call Action Repository?
Date Posted: 06/27/2012
Ans: Objects in shared object repository can be used in more than one action but in per action repositories, in every action objects are stored separately and not shared.
|
|
|
350. Provide An Example Of Where You Can Use COM Interface In A QTP Project?
Date Posted: 06/27/2012
Ans: The COM interface is used in a scenario to connect the front end and back end.
For example: If you are using JavaScript as front end and oracle as a back end then CIOM interface can improve the compatibility.
|
|