Thursday, 27 July 2023

Docker

Docker brief introduction:Docker is a container management service. The keywords of docker are develop, ship and run anywhere. The whole idea of docker is for developers to easily develop applications, ship them into containers which can then be deployed anywhere.Features of docker1. Docker has the ability to reduce the size of development by providing a smaller footprint of the operating system via containers.2. With containers, it becomes easier for teams across different units, such as development, qa and operations to work seamlessly across...

Monday, 24 July 2023

Quartz : Trigger Listeners and Jobs

In the context of quartz scheduler, a listener is an interface that you can implement to receive notifications about various events that occur during the scheduling and execution of jobs and triggers. Listeners provide a way to monitor and react to specific events within the quartz scheduler framework. There are several types of listeners available in quartz, such as job listeners, trigger listeners, and scheduler listeners.Here's an overview of each type of listener and how to use them in java:Job listener:Joblistener interface is used to receive...

Thursday, 11 September 2014

Object Repository Part-4

6. Generating Basic script: From QTP 9.5 version onwards we can create script using Test objects by performing Drag & Drop operation. 7. Add/Remove Description properties: Some times when there is a similar objects are exist in application then default collected description properties may not sufficient to identify Runtime object, then we can add some other properties for a Test object Navigation: Ø  Select “Test object” in OR Ø  Click on [+] button in Description properties Ø  Select property name Ø ...

Object Repository Part-3

Operations in OR: Adding Test objects: To identify runtime objects we should provide test objects into OR Learning process:                                                               i.      Auto-learning                                                             ii.      Pre-Learning                                                           iii.      By...

Object Repository Part-2

Associating shared OR:- --------------------------- In general we prefer shared OR in organization, Based on requirement we associate shared OR to an action script Method1: from “Resources” menu Navigation:  “Resources” menu   >>Select “associated repositories”   >>Click on “+” button   >>Browse “shared OR “file path   >>Select “Action name” in available Actions list   >> Add into associated actions list    >>Click “OK”  Method2: “Resources”...