are the test cases stored in database nowadays? pls tell
me... then give clear details about test case preparation
and test case execution

Answer Posted / purni

NO, test cases are not stored in the database. Test cases
are stored in excel or word or Test Director. Lets take
yahoo mail Username to write the test case. In the
requirement they will define how they want the username
should be like only numeric or only alphabet or alphabet
with 6 or 8 characters or alphanumeric value. Lets take
alpha numeric value. When we write the test case we have do
both positive and negative test steps. For ex. First write
the test step has you entered only alphabets, in the second
step write mention that you entered only numeric value, in
the third step mention that you take alpha numeric value.
First two steps are negative testing and third one is
positive one.

Now comes the execution, Once you are done writing you
testcases and approved by the team lead then we proceed
with execution. You havve to execute according to your test
steps. By this them the application will be full ready to
work. So go to yahoo mail and try to enter the user name
using your first step it should give you a error message
because we have to enter the alphanumeric but you have
entered only alphabets. Second step will do the same thing.
When you go to third test step then it will go through
since you entered the correct value in that functionality.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

830


What is transaction testing?

731


Explain the state testing?

633


Explain the system testing?

685


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

1826






write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2551


How to write test cases on laptop???

14540


"search"test cases on Linkedin website and how will you write test cases on it?

5687


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

900


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2046


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1092


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

4445


Scenarios to test wireless Speaker via bluetooth

4744


Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1927


What is the state testing?

720