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
Answers were Sorted based on User's Feedback
Answer / swathi
Here we use black box testing
In Black Box testing we have two methods
1)equivalence partitioning.
2)Boundary value analysis
We can use any of these technicques
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / maaya
Black box b'coz it include in equilance partitining method
of black box testing.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / vreddy
Ex: This is a requirement[0 and 59]
So what you did there, enter 55 or choose from dropdown box
you can consider as system testing
Because under systemtesting, you can do funtionality test,
pasitive , negative and bounday testing.
Appropriate answer is System testing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sbm
may be it is none becounse i think it is equivalence
partitioning
| Is This Answer Correct ? | 4 Yes | 7 No |
how to testba storedprocedure?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
How to write test cases on laptop???
0 Answers RAS Inforays Technologies,
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
Explain the monkey testing?
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
Write tast case for a+b=c?
test cases for black board test cases for pencil
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage