Can some one give the best example for the following scenario's1. High Priority and high severity2. High Priority and low severity3. High severity and low priority4. low severity and low priority
Latest Answer: Priority - Priority is the order in which developer has to fix the bug.Severity - Severity is how seroisly the bug is impacting the application.Eg.High Priority & High Severity: A show stopper error which occurs on the basic funcationality of the ...
Latest Answer: Accessibility testing is used for testing the applications desinged for physically challenged persons. Section 508 Standards are for accessibility. ...
Consider the following:Pick up and read the newspaperLook at what is on televisionIf there is a program that you are interested in watching then switch the television on and watch the programOtherwiseContinue
Latest Answer: sc 2 dc2 ...
what is the difference between branch coverage, decision coverage and condition coverage, please explain it with the help of an example.
Latest Answer: Branch coverage (sometimes called Decision Coverage) measures which possible branches in flow control structures are followed. Clover does this by recording if the boolean expression in the control structure evaluated to both true and false during execution.It ...
What is Quality Matrix in Software Testing?
Latest Answer: By word quality, we may be more generalized towards our target. but being a quality contious a "quality matix" should have;logical parameterization of our parameters i.e. first we should confirm that is parameter "a" has logical connection ...
can any one tell me how to write security and cookkie test cases for web application with an example
Latest Answer: The major things, which we have to consider while writing the security test cases are: sql injection, url re-writing and cross site scripting. If e.g. at login page we are able to inject the sql injection malicious script. The security will break. We ...
which testing method is used to check the software in abnormal condition?1)Stress testing 2)Security testing3)Recovery testing 4)Beta testing
Latest Answer: Recovery Testing: ...
Latest Answer: ad-hoc testing is not organized, it's not repeatable, it can't be tracked, and when it's complete, there's no proof that it was ever done. carefully planing the test cases is a way to overcome them. ...
which of the following is not a coding defect?1)Test harness defect 2)Data flow defect 3)Initialisation defect 4)Algorithmic defect
Latest Answer: Test Harness and Test Driver defect is not a coding defect.Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare the results to the desired value. The test harness is a hook to the ...
Static testing requires...?1)Binaries 2)Source code 3)Product 4)Executables
Latest Answer: Static testing means it is the type of testing by seeing and feeling means without performing any actions, like checking the review codes, checking GUI, objects of application. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top