Execute Automation

With C#

Basic Testing

QA interview questions

What is defect triaging? Defect triaging: is a process to make sure each bug has correct information and has correct prioritized based on analyzing severity, frequency, and risk of it in the project. Defect triaging helps the project team achieve balance working on the important and unimportant bugs which significantly save time for all team. For […]

Type of software testing

1. What is the difference between white box and black box testing? Black box testing(behavioral testing): is a testing from a user’s point of view without seeing the internal code. Black box testing is based on requirements and functionality. White box testing ( glass box or structural testing): is a testing technique which evaluates the […]