Adhoc testing is done. It Covers the least basic functionalities to verify that the system is working fine.
Related posts:
- What is Object Repository? QuickTest adds each object on which you perform an operation as a collection called object repository ...
- What does a Recovery Scenario consists of? Recovery scenario settings enable you to specify how a business component recovers from unexpected events and errors during a run session or during execution Trigger: Trigger is nothing but the cause for initiating the recovery scenario. It could be any popup window, any test error, particular state of an object...
- When and Why to use Descriptive programming? The objects in the application are dynamic in nature and need special handling to identify the object. The best example would be of clicking a link which changes according to the user of the application, Ex. Logout...
- How to retrieve the property of an object? GetRoProperty...
- What is Object Spy in QTP? Using the Object Spy, you can view the properties of any object in an open application. You use the Object Spy pointer to point to an object. The Object Spy displays the selected object’s hierarchy tree and its properties and values in the Properties tab of the Object Spy dialog...
- What is database checkpoint? You can use database checkpoints in your test to check databases accessed by your Web site or application, and to detect defects. To do this, you define a query on your database. Then you create a database checkpoint that checks the results of the query....
- What is data table? The Data Table contains one Global tab plus an additional tab for each action, or test step grouping, in your test. The Data Table assists you in parameter zing your test....
- What is function library? These are VB scripts which contains build in functionality, which are associated with QTP for Application specific requirements.Each function library is a separate Quick Test document containing VBscript functions, subroutines, classes, modules, and so forth. Each Function library opens in its own window, in addition to the test that is...
- How many types of recording facility are available in QTP? QTP provides three types of recording methods- Context Recording (Normal) Analog Recording Low Level Recording...
- What is checkpoint? Checkpoint is basically a point in the test which validates for truthfulness of specific things in the AUT. There are different types of checkpoints depending on the type of data that needs to be tested in the AUT. It can be text, image/bitmap, attributes, XML etc…. A checkpoint verifies that...