Overblog
Follow this blog Administration + Create my blog
dionysus
Recent posts

Some question about the test - part 3

April 27 2019 , Written by Harry Published on #TESTER

Some question about the test - part 3 Q7. System Integration testing should be done after A. Integration testing B. System testing C. Unit testing D. Component integration testing Answer: C Note for me: System Integration testing is the most important...

Read more

What is Software Testing?

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

Some question about the test - part 2

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

Advantages,Testing Steps and Testing strategy of Fuzz Testing

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

What is Fuzz testing and when it is used?

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

Some question about the test - part 1

April 26 2019 , Written by Harry Published on #TESTER

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/...

Read more

Explain what Test Deliverables is?

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

What do you verify in white box testing?

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

What is Exploratory Testing?

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more

What’s the difference between “Priority” and “Severity?”

April 26 2019 , Written by Harry Published on #TESTER

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...

Read more
<< < 10 11 12 13 > >>