Software Testing Certification

Testing Business Components using QTP and Quality Center

Generally, business components are created and modified in Quality Centre by Subject Matter Experts. However, you can use the Business Component Keyword View to create, view, modify, and debug a business component in QTP, if required. In the Keyword View, business components are divided into steps in a modular, keyword-driven, table format. Each step is …

Testing Business Components using QTP and Quality Center Read More »

Object Repository Types in QTP

Test objects can be stored in two types of object repositories—a shared object repository and a local object repository. A shared object repository stores test objects in a file that can be accessed by multiple components (via their application areas) in read-only mode. A local object repository stores objects in a file that is associated with one specific …

Object Repository Types in QTP Read More »

Objects and Actions in QTP

Objects Objects: Objects are the things which contains different properties and methods. For Example: Window is said to be an object which consists of properties such as Exist, GetROProperty and methods such as ChildObjects, Activate, maximize, minimize etc. Property: Property describes about the object defined, each object has different properties, which is necessary to describe the object, …

Objects and Actions in QTP Read More »

Settings in QTP

QTP Test Settings: Before Running or Recording any test on QTP, the QTP Test settings need to be set as per the requirements of the Test. Setting these Test Settings before starting a Test plays a crucial part in the behavior of the test.These can be found at the path Test>Settings. A dialog box pops up, …

Settings in QTP Read More »

Scroll to Top