explain the methodologies / ways to create the test cases
for QA



explain the methodologies / ways to create the test cases for QA..

Answer / Amrendra Kr Rohan

Test case creation methodologies are essential for ensuring quality in software testing. Here are some common approaches:

1. **Black Box Testing**: This approach tests the system based on its inputs and outputs without knowing the internal workings. Techniques include Equivalence Partitioning, Boundary Value Analysis, Decision Table Testing, and State Transition Testing.

2. **White Box Testing**: This approach involves testing the software from an internal perspective, using the code structure. Methods include Control Flow Testing, Data Flow Testing, and Decision Coverage.

3. **Behavioral-Based Testing**: Behavior-driven development (BDD) is a testing methodology that focuses on the behavior of the system, using scenarios to define tests.

4. **Model-based Testing**: This approach uses mathematical models to create test cases automatically. Tools like QuickCheck and JUnit can be used for this purpose.

5. **Use Case Testing**: This approach tests each use case in the software's requirement document, ensuring all functionality is tested.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Software Quality Analysis Interview Questions

Difference between Waterfall, V-model and Agile?

1 Answers   Aurigo,


what are the expectations of QA from unit level testing

1 Answers   IBM,


is all the test cases to be automized !!! if yes / no let explain the reason

1 Answers   IBM,


How do you test the middleware ? esp for an Online Banking software?

2 Answers   Fiserv,


How to calculate decision table conditions and actions on the following questions. The following specification is given: A railway has four different kinds of accommodation with different ticket prices: Hard seat, soft seat, hard sleeper, and soft sleeper. For hard sleeper, there are different prices for lower, middle and upper berth. For soft sleeper, there is a different price for lower and upper berth. For sleeping accommodation, different prices apply for non-air-condition and aircondition. For soft sleeper, a higher price applies for compartments with own bathroom. High-speed trains exist, but have only hard and soft seat, and they have another price than “normal” trains. How many different valid combinations of inputs exist for computing the price? a) 12 b) 16 c) 18 d) 36

0 Answers  


brief about the methodologies to evaluate weightage of test cases and what are the basic parameters to be considered

1 Answers  


Can anyone send me e commerce website test cases please its urgent

0 Answers   NAPL,


What are the advantages and disadvantages of developing software in which quality is "good enough" ? ie. What happens when we emphasisdevelopment speed over product quality?

0 Answers  


Our is a small Software Company. What is the process if we need to achieve CMM level 3?

1 Answers  


what are the usual metrics one have to apply for SW improvement projects

1 Answers   CA,


Are there characteristics of a system that cannot be established during system engineering activities? Describe the characteristics, if any, and explain why a consideration of them must be delayed until later engineering steps.

1 Answers  


what are the new trends / methodologies in QA for SW product testing

1 Answers  


Categories
  • Requirement Management Interview Questions Requirement Management (61)
  • Risk Analysis Interview Questions Risk Analysis (22)
  • Estimation Analysis Interview Questions Estimation Analysis (14)
  • Planning & Integration Interview Questions Planning & Integration (15)
  • Resource Management Interview Questions Resource Management (13)
  • Software Quality Analysis Interview Questions Software Quality Analysis (83)
  • Software Integration & Delivery Interview Questions Software Integration & Delivery (5)