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.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the soak testing?
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
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.
How to write test cases for Web related sites(ex: shopping carts sites)
What are the test cases to write to test user account locksout after 5 invalid attempts
Write the test case for a login page?
regression testing falls under white box or black box testing?
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is the domain testing?
Do you know mutation testing?
How can we write a good test case?