If you dont have any requirement specification or any type of doucument then on which basis you will write test cases?
Latest Answer: There are four Main attribute of Teste case as1)Test Scope:Â Â Â a) In Scope:Â Â Â b) Out Scope:2)Test Goal/Objective:3)Test Assumption:4)Test Risk: Â Â Â ...
Latest Answer: For Load Testing
Check by keeping 150 kg objet on chair whether it is capable or not
For Stress Testing
Check by keeping the objets weighing from 150 kg to peak weight till the chair is capable ...
During which phase of the Project (Inception, elaboration, construction, transition) should the test cases be built?
Latest Answer: Here it is:-1. verify that signal has 3 coloured-red,green,yellow light2. Power suppy is proper to it3. Three lights work On n Off properly4. Lights glow n dim in standard sequence5. lights glow for specified time interval - red 1min, yello 10 sec n green ...
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: for date filed we need to write test cases for following conditions*Date should be default sys date if required.*it should accept mm/dd/yyyy format*mm should ragne from 1-12 value less than 1 and >= 13 are invalid*dd should range from 1-31 value less ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top