Write tast case for a+b=c?
Answer / rohit
In this case
take the two positive values and verify value of c
take the another two values but in this case one is positive
and one is negative and verify value of c
take the another set of two negative values and check the value of c
take the two values as 0 and check if c=0
| Is This Answer Correct ? | 3 Yes | 0 No |
how do you write the test cases?
Do you write test plan and test case?
my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In it, he has prepared and execute the test cases and stored that in the centralized database. in software testing, Do the testers do like this or use excel sheet to store the test cases? tell me .... i have so confuse.. pls anybody answer me as quickly as possible
Explain the glass box testing?
what test case is written specifically for web applications?
10 Answers Aricent, Mind Tree,
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Write negative test case for logout????? Answer soon friends
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None
I want 100 test scenario for gmail
write the testcases for migrating data from one database to another database?
how to testba storedprocedure?
Tell me 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