During which phase of the Project (Inception, elaboration, construction, transition) should the test cases be built?
Latest Answer: Test Cases for Mobile Phone1.Check whether the mobile is switched on2.verify whether the mobile is switched on else switch on the mobile3.Check whether the mobile is connected with proper network4.Check when the mobile is not connected with proper network ...
Latest Answer: Test cases for Traffic Signal1.Check whether the traffic board has 3 colour of lights2.Check whether in the 3 set of light it should be red,green,orange colour lights3.Check whether at a time only one light is to be glown4.Check whether the light is visible ...
Latest Answer: Test cases for web application
It is very easy only and there is not a difference it is as same as writing test
cases for window based application only.
As a tester we have not to bother for integration with web based or application
based.
Say ...
Write a unit test to test reverse String. [TestFixture] class UnitTests { [Test] public void TestReverseString() { // write code here... } }
Define equivalent partitions for a text field which accepts maximum 20 alphabetical chars and hyphens "-".
Latest Answer: Requirement is for date field month/date/year
Test cases for Date field:
1. Check whether the first value we are giving is accepted as month.
2. Check whether the second value we are giving is accepted as date.
3. Check whether the third value we ...
Latest Answer: Test cases for 10 values to arrange in ascending order:1. Check whether it can be only numbers2. Check whether it displays the answers in the format of small to big3. Check whether it displays all the inputs to the output4. Check whether it displays all ...
Latest Answer: Testcase for Cut / Paste in Word Format 1.Check whether we are typed something in many fields2.Check whether we can select by clicking and dragging3.Check whether we are dragging it displays to be covered with some highlighted colors4.Check ...
Write the bug report for the following problem in a spread sheet application that does data sorting in both ascending and descending way. Problem is that descending sorting is not working for a particular column 99.
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top