top of page

Search
Abstract Factory design pattern
The Abstract Factory design pattern is a creational design pattern that provides an interface for creating families of related or...

Sandeep Tiwari
Oct 29, 20232 min read
5 views
0 comments
Byju's
Careers: Click to Apply Profile : QA Engineer Location : Bengaluru Date : 09th Oct 2021 Java: 1. Segregate 0's and 1's in a given integer...

Sandeep Tiwari
Nov 13, 20211 min read
15 views
0 comments
Wipro Interview Questions
Careers: Click to Apply Profile : QA Engineer Location : Pune Date : 11th May 2021 Java: What are the differences between Constructor and...

Sandeep Tiwari
Oct 4, 20211 min read
54 views
0 comments
Capgemini Interview Questions
Careers: Click to Apply Profile : QA Engineer Location : Pune Date : 26th Jan 2021 Java: What is an abstract class? What is the...

Sandeep Tiwari
Jun 6, 20211 min read
194 views
0 comments
Validate pdf data using Selenium Webdriver
Read PDF content to validate its content using PDFbox libraries in Selenium Webdriver

Sandeep Tiwari
Jul 23, 20201 min read
72 views
0 comments
Cucumber Extent Reporting
To implement cucumber extent reporting you need to follow the steps as mentioned below: 1. Download Java 8+ version. 2. Extent reports...

Sandeep Tiwari
Apr 30, 20201 min read
207 views
0 comments
POM Concept
While writing a page object method which of the following "method signature" you think is/are correct & Why? public String...

Sandeep Tiwari
Apr 30, 20201 min read
19 views
0 comments
How to scroll page in selenium webdriver using Robot Class
Robot rb=new Robot(); rb.keyPress(KeyEvent.VK_PAGE_DOWN); rb.keyRelease(KeyEvent.VK_PAGE_DOWN);

Sandeep Tiwari
Apr 30, 20201 min read
8 views
0 comments
How to check an AutoIt Script passed or failed in selenium webdriver
The following code will run an AutoIt script i.e. CreateNew.exe Process p=Runtime.getRuntime().exec(“exeFiles\\CreateNew.exe”);...

Sandeep Tiwari
Apr 29, 20201 min read
14 views
0 comments
Appium initial setup on windows
Download PDANet+ Download Node JS. Download Java JDK. Set Up Java Environment System Variable/Path: Step 1: Set up JAVA_HOME Variable...

Sandeep Tiwari
Apr 27, 20202 min read
28 views
0 comments
bottom of page