If we are enterinf different inputs for the same field then
tester have to write that much separate test cases with
separate ID.
E.g. First name field
Inputs are - 1. valid name = Shyam,
2. Digits , 3. Blank Space, 4. Empty
Name, 5. Enter name after blank space, 6. Special
Characters etc.
So May I have to write 6 separate test cases with test case
id 1,2,3,4,5 & 6.?
Answers were Sorted based on User's Feedback
Answer / jayakumar.n
It was not needed to write separate test cases and generate
Test case id for these type of validation.Instead we can
write generic test case for validation on name- In the input
field, we can have multiple inputs and subsequent output for
that.
Testcaseid Name Steps Input output
1 X field X input X output
Y Input Y output
This practically help to address u r question.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dinesh
It doesn't required to write 6 test cases for this all
scenario.u need to write only one negative test case which
explain all 6 scenario in one.i.e
Test Case id Objective module name
LP_01 verify the functionality homepage->
firt name field login page
Input data Steps
all invalid enter invalid input
like special first name field
characters,numeric data keep all other field blank
click on ok button
Expected result
Actual result
Status
Severity
Remark:same issue is applicable when input blank spaces
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anant
In ur test case suite just insert one new worksheet 'test
data' and one more column in test case format as test data.
For above example just write two test case as +ve and -ve.
In test data sheet maintain different data as below:
1) -ve data for first name field = digits, spl characters,
blank space, alphanumeric
2) +ve data for first name field= Shyam
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anant
This is in continuation with previous ans:
In test cse format column mention the test data ID i.e 1,2
in the test data sheet. Ex. For -ve test case in test case
column write as 'Refer test data 1 in test data sheet'. The
person executing test cases will execute the single test
case for all the negative data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we give test deliverable to client ? or what is the purpose & necessary for giving test deliverable to client ?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
What is smoke test? Do you use any automation tool for smoke testing?
Can you please explain me how to do testing of an E-insurance project end to end process..
You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?
PLEASE PLEASE READ IT FULLY & HELP ME... IT IS VERY URGENT.... Hi all, I passed my engg in May,2006 and joined an IT Company in May,2007 ,one year later as a fresher.Now I have almost 9 months of so-called experience.... I already have a fake experience certificate of 11 months given by a small company but they dont have such projects which I can show in my resume... Becoz of some personal problems I am planning to leave my current IT company and to give interviews in companies in or near my native place during May-June 2008 after the completion of 1 year in the current company... So one problem is that I want to show a project in my resume for my fake 11 months experience in interviews with explaining my work and another major problem is that out of these 9 months in my current company,2.5 months I was given training and then out of the rest 6.5 months, I worked only for 1.5 months as a TESTER that too for a small internal project...So I dont have any actual work experience in my project (insurance-specific)... and I am planning to show total experience of 23-24 months in those interviews which I'll appear now........ So I want the complete details of any 2 projects to show in my resume and to explain/answer in the interviews...One for 11 months' fake experience and another LIFE INSURANCE-specific(or like that) project for my current company's experience...As for my current company's experience in the resume,I can give the details of that fake INSURANCE project keeping my original client name and project name intact to avoid any possible problem in future...NO MATTER WHETHER THE PROJECT IS LARGE OR SMALL....But it should look like covering 9-10 months of my service in the company or it should look like that atleast for most of the time for my duration in the project,I was working(atleast for 6-7 months)....But it should be very easy... :-) So I want you guys to help me in providing me with 2 projects, one of them must be a LIFE INSURANCE type project.....Also the projects should be easy to understand and easy to explain my testing work in interviews...I want to present myself as a TESTER in those interviews..... My email id is mysticamagic84@gmail.com...Also give me all the possible,in depth and tricky questions related to the projects which U'll send me.... U can also give me the addresses of websites providing such fake projects.... Please help me becoz anyhow I'll have to shift to any company in or near my native place in May-June... Kindly help me in this problem...It is very urgent..... please let me know in reply to this post if U have sent anything in my email id... :-)
What are the cases when you’ll consider to choose automated testing over manual testing?
How can you do the usability testing?
what is protocol in software testing? can u give it with a good example?
Once a bug is found how do u report it?wat is the process?
How to write Negative test cases?
12 Answers CarrizalSoft Technologies, Infosys, Microsoft, Ybrant Technologies,
Waht is the difference between system test case and functionlity test case?.