Home/general interview questions/Page 13
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Differentiate between verification and validation.
Verification Verification assesses development-phase procedures to see if they adhere to user requirements. For example, static testing is verification. Before validation, verification testing is carried out. It is not related to running the code. It entails tasks including desk checks, walkthroughsRead more
Verification
Verification assesses development-phase procedures to see if they adhere to user requirements. For example, static testing is verification. Before validation, verification testing is carried out. It is not related to running the code. It entails tasks including desk checks, walkthroughs, inspections, and reviews. Before the development cycle, the bugs are discovered. It complies with the standards outlined in the SRS paper.
The QA team provides verification, ensuring that the program complies with the specifications as down in the SRS document.
Validation
Validation evaluates the product to ensure it satisfies requirements after the development phase, and after verification.
It uses techniques like non-functional testing, white box testing, and black box testing. The bugs are discovered after the development cycle. It determines whether or not it satisfies the requirements.
See lessWhat is a matrix of traceability?
A traceability matrix is a document that links test cases with user requirements. Its primary goal is to ensure that all test cases are included and no functionality is overlooked while conducting software testing.
A traceability matrix is a document that links test cases with user requirements. Its primary goal is to ensure that all test cases are included and no functionality is overlooked while conducting software testing.
See lessDescribe MR and the information it contains.
Modification Request, often known as a defect report, is referred to as MR. It’s meant to report software defects, issues, and ideas.
Modification Request, often known as a defect report, is referred to as MR. It’s meant to report software defects, issues, and ideas.
See lessWhat information should your QA documentation contain?
QA testing documentation must have: Listed flaws found prioritized based on severity. Descriptions for each demand or business function. Inspection reports Configurations Test strategy and test case Bug reports User guides Distinct reports for management and users
QA testing documentation must have:
What are the types of documents in SQA?
Here are the various types of documents in SQA: Requirement document Test Metrics Transaction mix Test log Test incident report Test summary report User profiles Test cases and test plan Task distribution flow chart
Here are the various types of documents in SQA:
List out software quality steps through the software development cycle.
Review the requirements before starting the development phase. Review the code. Write comprehensive test cases. Session-based testing. Risk-based testing. Prioritize bugs based on usage. Form dedicated security and performance testing team. Run a regression cycle. Perform sanity tests on production.Read more
Describe the distinction between retesting and regression testing.
Regression Regression testing is a type of analysis used to determine whether recent code changes have had an impact on previously unaffected features. Regression testing's primary goal is to ensure any code modifications cannot negatively affect functionalities already in place. General testing; itRead more
Regression
Retesting
What is a software testing test metric, and what data does it contain?
The term "Test Metric'' refers to the accepted practices for testing software. These data describe the format or substance of an exam. It includes details such as total tests run, tests passed, tests failed, tests deferred, and tests that were successfully completed the first time.
The term “Test Metric” refers to the accepted practices for testing software. These data describe the format or substance of an exam. It includes details such as total tests run, tests passed, tests failed, tests deferred, and tests that were successfully completed the first time.
See lessWhat is a cause-and-effect diagram?
A cause-and-effect diagram is a visual depiction of inputs and the effects they have on corresponding outputs, and it can be used to create test cases.
A cause-and-effect diagram is a visual depiction of inputs and the effects they have on corresponding outputs, and it can be used to create test cases.
See lessExplain what bug triage is.
Bug triage reviews bugs to make sure that they are valid, reproducible, and hold accurate information needed to resolve those bugs. Once you triage bugs, they’re scheduled for testing based on priority.
Bug triage reviews bugs to make sure that they are valid, reproducible, and hold accurate information needed to resolve those bugs. Once you triage bugs, they’re scheduled for testing based on priority.
See less