1.
What are the automation challenges that QA team faces while testing?
*practices in the automation tool
*Reusability of Automation script
*Adaptation of test case for automation
2.
Explain the steps for Bug Cycle?
1. Identified bug.
2.The bug is moved to development manager in status open. the development team will fix it.
3.If it is identified as a bug, the defect will be ignored and marked as rejected.
4.When a bug is assigned to the developer to fix, it will be given an IN-PROGRESS status.
5.Once the defect is repaired, the status will change to FIXED and CLOSED status if it passes the final test.
3.
Explain stress testing, load testing and volume testing?
*Load Testing: Testing an application under heavy but expected load. The load refers to the large volume of users, messages, downloads, requests, data, etc. This Causes the load on the server. 95-100%.
*Stress testing: When the load placed on the system is raised or accelerated beyond the normal range, more than 100%.
*Volume testing: Internet connection speed or the time the app is raised once the request is submitted. This speed should not be affected by the user's Internet speed (... 10M, 100M).
4.
when to start QA in a project?
In a beginning. The test phase begins after writing test plans.
5.
What are the verification and vvalidation of the difference between these two?
verification ensures that the product is built according to the requirements and design specifications.
answers to the question, "Are we building the system right?"
validation: done at the end of the development process and takes place after verification one completed. answers to the question, "Are we building the right system?"
different between them:
*Verification is Static Testing whereas Validations is Dynamic Testing.
*Verification takes place before validation.
6.
what is GUI?
Graphical User Interface makes use of images and icons that users click and manipulate as a way of communicating with the computer. Instead of having to remember and type commands.
7.
What the different between retesting and regression testing?
Retesting is done to verify defects fixes.
Regression is performed to check if the defect fix has not impacted other functionality that was working before doing changes in the code.
8.
What is severity and priority of bug?
Severity a concern with the functionality of the application. It deals with the impact of the bug on the application.
Priority concern with the application from the business point of view. answer the question how soon the bug need ti fixed.
For example:
There is a spelling mistake in the company logo (high priority but low severity).
9.What the different between use case and unit case?
Unit case Performed by programmers, checks the connection between system parts.
Use case Check the process from beginning to end with several functions, check that the connections are good. The test must always be positive.
10.
what is negative testing?
Testing Software with a negative approach to check if the system is not “showing error when not supposed to” and “not showing error when supposed to”.