Explain the functional testing?
Answer / Suneel Kumar Chaudhary
Functional testing is a type of black-box testing that focuses on verifying whether each function or feature of the system performs as intended. It ensures that the system's behavior matches the specified requirements and user expectations. Functional testing is often performed after unit testing, integration testing, and system testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
In general, how do you see automation fitting into the overall process of testing?
Write test cases on for windows media player?
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
What is explain security testing?
Can someone please explain me the life cycle of DAtabase testing,iam pretty good at SQL but i dont know anything about how to start the testing(backend especially),how and where to write test cases for backend testing?how to take snapshots?how to report the bugs....as simple i know SQL and i know working on quality center but how to work on both together?Please help me!!!
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Scenarios to test wireless Speaker via bluetooth
Test case for flight reservation system
Test a file replication service that copies files from one net location to another
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.