Guppy

5 posts
5 essential skills that a Tester must have
testing
members

5 essential skills that a Tester must have

Software testing is a process that includes many different activities to check and evaluate the quality and correctness of a software based on the requirements/needs of the user. This includes activit
Guppy
members

Difference of Selenium and Cypress

1. ARCHITECTUREa. Selenium1. At the Client, test code using the selenium library will be converted into the content of requests sent to the Browser Driver. 2. These Drivers receive requests and execut
Guppy
1. ARCHITECTUREa. Selenium1. At the Client, test code using the selenium library will be converted into the content of requests sent to the Browser Driver. 2. These Drivers receive requests…
UNIT TESTING's role in software testing
testing
members

UNIT TESTING's role in software testing

1. What is Unit Testing?Unit Testing is a type of software testing  to test each unit or function. This is the activity performed during software development by dev or QA. The main goal of unit testin
Guppy
How to confirm the SESSION in web applications ?
testing
members

How to confirm the SESSION in web applications ?

When it comes to "clearing cache", "cookies", everyone probably understands, but "session saving" is a concept that is probably still unfamiliar, especially for many QA/Tester. 1. The similarity betwe
Guppy
Appium For Beginner
testing
members

Appium For Beginner

■ Environment settingsJava Software Development Kit (JDK) - Java 1.8.201: https://www.oracle.com/java/technologies/javase-downloads.html - Document URL: http://www.automationtestinghub.com/setup-java-
Guppy