Explain the agile testing?
Answer / rakhee
AGILE TESTING is a testing practice that follows the rules and principles of agile software development. Unlike the Waterfall method, Agile Testing can begin at the start of the project with continuous integration between development and testing. Agile Testing methodology is not sequential (in the sense it’s executed only after coding phase) but continuous.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between Automation testing and manual testing.
Please let me know how to write a test case for Pen and washing machine.
Write few functional & non-functional test cases for a payment gateway system
Write test cases to test a browser app
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
i'm confused to wite a Test Scenarios. can any one help me how to start?
write a buisness scenerio on yahoo login page.
testcases for biggest of three numbers?plz give the answer
hai........... please tell abt testcases.. how we can drived the testcases in project?
how to write a jwebunit testcase for ejb3.0 project