How to write test cases for manual testing? What are the
main syntex for writing test cases for Junit?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax testing?
If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me
Write the 10 test cases for Telephone/Pen.
What is SECURITY TESTING?
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
pls let me know the answer, recently i faced this question in interview. when you are writing the test cases,if the requirements are changed what will u do?
write testcase for sql table? this is the question asked by interviewer?
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.
Write the functional,system test case for a electric bulb which have two electric switches.
can u tell me how do we writetestcases for perfomance,load,And stress?