Explain the unit testing?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the dynamic testing?
write test case for white board marker.
What is p0,p1,p2,p3 in software tesing
Write test cases for 8+4?
Suppose a job should be executed for every two hours? Write test case for this?
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
write test case for pen cap if it is not present?
What are basic types of test cases?
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 many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
write the test cases for a+b=c?
9 Answers Aloha Technology, SAP Labs,
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4