Latest Answer: hithe tester is more responsible for giving the quality product.if the c dont know we have to help and test the uat n explain them ...
I have come across the Term "Atomicity, Consistency, Isolation, Durability" acronym as ACID , have any one have more knowledge about this Testing strategy... Help would be Appreciated
Latest Answer: Basically in IT World ACID is acronym of Atomic, Consistent, Isolation, Durable. Which is specifically define a Properties of a Good Database Transaction.So I think ACID Testing is either a Database Testing. The white box and Black box Testing of Database ...
Latest Answer: First i will identify what is the maximum limit of password then by taking that limit "X" i will test along with the following boundaries with XX+1 -->Should failX-1 -->Should passX -->Should pass ...
Latest Answer: Based on the requirement of build release i will prioritize the test cases and defects fixing issues ...
Latest Answer: * Test Case Id should be Unique* Test Case Steps & Describtion should be clear* Test Case should not be duplicated. ...
Latest Answer: Path coverage testing is arguably the most thorough type of testing that seeks to test the critical paths of software code in an application. These major paths of code may have several decision points or "if" statements which branch off ...
Latest Answer: Random testing: A black box test design technique where test cases are
selected, possibly using a pseudo-random generation algorithm, to match an
operational profile. This technique can be used for testing non-functional
attributes such as reliability ...
Latest Answer: Synchronization: Action should be take place in time manner (State field should accept after accept the Country field), to take this action Wait() function is used in scripts untill the State field is selected. ...
Latest Answer: BOUNDARY VALUE ANALYSIS: It is a black box testing technique which is used to reduce the no.of test cases or test data to a manageble size by focusing on the boundaries basing on the assumption that false do occur mostly at the boundariesEQUIVALENCE PARTITION: ...
Latest Answer: Test Scenario: Test Scenario is hypothetical story to help a person think through a complex problem or system for a testing environment. The ideal scenario has five key characteristics: it is (a) a story that is (b) motivating, (c) credible, (d) complex, ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top