Author: Sariful I.

Selenium-Java Cheat Sheet

Driver Initialization Chrome WebDriver driver = new ChromeDriver(); Firefox WebDriver driver = new FirefoxDriver(); Edge WebDriver driver = new EdgeDriver(); Safari WebDriver driver = new SafariDriver(); Locating Elements By ID: driver.findElement(By.id (<element ID>)) By Name: driver.findElement(By.name(<element name>)) By…

Read More »

Test Plan Vs Test Strategy

Test Plan Test Strategy It’s a document and defines at project level It’s a document and defines at Organization level It’s a blueprint or guideline that describes Test scope, Test approach (Manual or automation), Testing Types, (functional, Non-functional,…

Read More »

Postman-API Testing for beginners

API Example

What is client: A client is a piece of computer hardware or software that accesses a service made available by a server as part of the client–server model of computer networks. The server is often (but not always)…

Read More »

What is QAOps? Process to implement QAOps

QAOps

According to traditional, waterfall-style methodologies, where testing is often done at the end of the development process what leads to significant bottlenecks that can drip down the project quality and then release. That’s precisely where QAOps comes into…

Read More »

The Future of Software Testing !

the future of software testing

Software testing is an important part of the software development process, as it helps ensure that software is of high quality and meets the needs of its users. In the future, we can expect to see a number…

Read More »