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 |
Difference between Waterfall, V-model and Agile?
what are the expectations of QA from unit level testing
is all the test cases to be automized !!! if yes / no let explain the reason
How do you test the middleware ? esp for an Online Banking software?
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
brief about the methodologies to evaluate weightage of test cases and what are the basic parameters to be considered
Can anyone send me e commerce website test cases please its urgent
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?
Our is a small Software Company. What is the process if we need to achieve CMM level 3?
what are the usual metrics one have to apply for SW improvement projects
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.
what are the new trends / methodologies in QA for SW product testing