How many Test Cases do we need to write for a particular
application?(For example, for this AllInterview.com?)
Answers were Sorted based on User's Feedback
Answer / raghu
Any application or functionality given to write test cases
depends upon the requirement iven by the customer..
Is This Answer Correct ? | 8 Yes | 0 No |
The number of test cases depends on functionalities.
Is This Answer Correct ? | 6 Yes | 1 No |
before test case / test condition you need to prepare Test
Scenario. This scenario will be come based on requirements.
The test scenario can have more than 20 test cases also
(functional + Positive + Negative)
--Tell me if I wrong...
Is This Answer Correct ? | 0 Yes | 0 No |
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing
Is it a good idea to write in your resume that you wrote Test Plans,Test Cases & executed Test Cases, when you have actually only executed them,& have only knowledge of the others?
when we are executing the test cases one bug is found.then how will u insert in to the deffect traking tool(in real time how we insert into the deffect tracking tool).please let me know the answer asap plz
How the Error, Defect and Bug are related to each other ?.
can u plz give an example for regression testing with example.
what is usecase? tell me the attribute of usecase?
i have 2 text boxes first is you have to enter the name of person(enter first name and last name) and second is enter the company name and below there is a submit button when i enter first name and last name and the company name it displays his linkedIN account that is name of the person and company details he is working can you tell me test case for this ? i will give the sketch of this question first name last name company 1 2 3 4 submit
how to test stored procedures in manually?
How can We stop Client side Validation and do Server side validation ? Is there any option on IE
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
what is inter operative testing?
what is test data?how test data is prepared? are there any guidelines/methods to prepare it?