What is port testing ?
Answer / mahendra
Port Testing means one will install the application into the
original client environment wether it is suitable with that
invironment or not.this is called port testing.
| Is This Answer Correct ? | 8 Yes | 3 No |
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
can any one give the format of writing test cases in excel sheet.
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
Write the functional,system test case for a electric bulb which have two electric switches.
What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?
Q.1)how write negative & positive test cases Q.2 )write negative & positive test cases for i-pod
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 A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
Test case for flight reservation system
how to execute test cases manually
Define Testcase.