tester
What is Software Testing?
What is Software Testing? Software testing is defined as an activity to check whether the actual results match the expected results and to ensure that the software system is Defect -free. It involves the execution of a software component or system component...
Some question about the test - part 2
Some question about the test - part 2 4. Explain what Test Plan is? A test plan can be defined as a document describing the scope, approach, resources, and schedule of testing activities and a test plan should cover the following details. Test Strategy...
Advantages,Testing Steps and Testing strategy of Fuzz Testing
Fuzz Testing in Software Testing Advantages of Fuzz Testing: The following are the advantages of the Fuzz testing. Fuzz testing aims to find the most serious security level fault or defect in the software application which will leave no room for the hackers...
What is Fuzz testing and when it is used?
What is Fuzz testing and when it is used? Fuzz testing is an automated or semi-automated testing technique which is widely used to discover defects which could not be identified by traditional functional testing methods. It involves providing invalid...
Some question about the test - part 1
Some question about the test - part 1 1. What is mutation testing? Mutation testing is a technique to identify if a set of test data or test case is useful by intentionally introducing various code changes (bugs) and retesting with original test data/...
Explain what Test Deliverables is?
Explain what Test Deliverables is? Test Deliverables are a set of documents, tools and other components that have to be developed and maintained in support of testing. There are different test deliverables at every phase of the software development lifecycle...
What do you verify in white box testing?
What do you verify in white box testing? In white box testing following steps are verified. Verify the security holes in the code Verify the incomplete or broken paths in the code Verify the flow of structure according to the document specification Verify...
What is Exploratory Testing?
What is Exploratory Testing? Exploratory testing is a hands-on approach in which testers are involved in minimum planning and maximum test execution. The planning involves the creation of a test charter, a short declaration of the scope of a short (1...
What’s the difference between “Priority” and “Severity?”
What’s the difference between “Priority” and “Severity?” Every case in the system is given a priority from 1 to 7, where 1 is the highest priority. The default for new cases is 3. Life or death emergency… the roof is actually on fire. Drop everything...
Differences between SQA and Software Testing
Differences between SQA and Software Testing 1. SQA: Software Quality Assurance is about engineering process that ensures quality Involves activities related to the implementation of processes, procedures, and standards. Example - Audits Training Process...