Similar Posts
Data Parameterization in TestNG – User friendly Tech help
Parameterization using TestNG plays a crucial role while creating the framework and automation scripts.It assists in running multiple iteration with different set of data.n n For example, we can achieve Parallel execution using TestNG, in that case browsers are passed as the parameters.n n There are two ways to parameterize in TestNG:n n 1.Using Parameters…
CSS Positioning – User friendly Tech help
Meaning of CSS Positioning:-nThe CSS positioning property provides options to position an element. An element is said to be positioned if it its position property has a value other than static .Positioned elements results in boxes by using four properties – top, bottom, left, right.nnSyntax:-n position: static|absolute|fixed|relative|initial|inherit; n Types of positioning:-nStatic: n div { position:…
Call to Existing Action in UFT ? – User friendly Tech help
What is a Action in UFT ? n Action is a logical set of statements which provides structure to our automation testing.In simple words,Actions help us divide our test into logical parts.For instance our Application = ‘Booking Tickets”, can have action’s like Login to application, Book the ticket, Credit card payment and Logout .nThus we…
Reporting in TestNG – User friendly Tech help
Why we need Reporting?nWhen we are using Selenium or any other automation tool (say UFT), we are replicating user interactions on the AUT(Application under Test).But our aim is not only to test AUT, but to comprehend the result of test execution, points of failure(Bug), and reason of the failure, and reporting it to development team…
Working with VAPI-XP in ALM ? – User friendly Tech help
Today we are going to discuss the basics of VAPI-XP and how to create our first VAPI-XP in ALM.nnMeaning:-VAPI-XP testing tool facilitate us to create new testing scripts using Microsoft VBScript, Microsoft JavaScript (JScript version), PerlScript, and PythonScript. Furthermore we can integrate these scipts into our application management process. Using VAPI-XP test scripts, we can…
Apex Superbadge (part-1) – User friendly Tech help
n Scenario:- Automate record creation n n Install the unmanaged package for the schema and stubs for Apex classes and triggers. Rename cases and products to match the HowWeRoll schema, and assign all profiles to the custom HowWeRoll page layouts for those objects. Use the included package content to automatically create a Routine Maintenance request…