top of page
Search
Sandeep Tiwari
Oct 29, 20232 min read
Abstract Factory design pattern
The Abstract Factory design pattern is a creational design pattern that provides an interface for creating families of related or...
4 views0 comments
Sandeep Tiwari
Nov 13, 20211 min read
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...
15 views0 comments
Sandeep Tiwari
Oct 4, 20211 min read
Wipro Interview Questions
Careers: Click to Apply Profile : QA Engineer Location : Pune Date : 11th May 2021 Java: What are the differences between Constructor and...
54 views0 comments
Sandeep Tiwari
Jun 6, 20211 min read
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...
194 views0 comments
Sandeep Tiwari
Jul 23, 20201 min read
Validate pdf data using Selenium Webdriver
Read PDF content to validate its content using PDFbox libraries in Selenium Webdriver
72 views0 comments
Sandeep Tiwari
Apr 30, 20201 min read
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...
206 views0 comments
Sandeep Tiwari
Apr 30, 20201 min read
POM Concept
While writing a page object method which of the following "method signature" you think is/are correct & Why? public String...
19 views0 comments
Sandeep Tiwari
Apr 30, 20201 min read
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);
8 views0 comments
Sandeep Tiwari
Apr 29, 20201 min read
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”);...
14 views0 comments
Sandeep Tiwari
Apr 27, 20202 min read
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...
28 views0 comments
bottom of page