How can you ensure requirement coverage other than using the Traceability Matrix? One way is to conduct peer reviews with testers reviewing one another's test suites. Another is to fac...
There is no methodologies since once we read the requirement or undergoing with the application we should see where we can break the application for that how we can write based upon this methodology you can write the test case
A TEST CASE DEVELOPMENT METHODOLOGY FOR SYSTEM TESTINGSTEP ONE: STUDY THE PRODUCT OR SERVICE Learn everything that is relevant to testing about the product or service. Do this in...
The number of test cases written for a project depends on:1) How valuable the project is to key stakeholders in the company2) How much time there is to test the project3) The resources devoted to the project--both human and otherwise4) The requirements of the project5) The complexity of the project
we can get the actual result based upon when the software is given to actual work environment people what they will give the input and what they need to get the output based upon that only we can get or analyse the result that is reight or wrong
You know the result by 1) having domain knowledge, 2) using good judgment, 3) using common sense, 4) by studying any other documentation you can get your hands on, and 5) by asking good questions.
Test cases for T-Signal 1.check whether it has got 3 colour lights 2.check whether there must be atleast 2 colour light 3.check whether it has red colour and green colour 4.check whether at a time bot...
My answer assumes two traffic lights work in tandem with one another in a cross-section each having two lanes where the center lanes are the left turn lanes. To keep things simple, I will use the...
We can wite the test cases based upon the screenshots but only we can judge the result is either passed or failed by working on the application otherwise srs
When screen shots and wireframes are approved and baselined, they are very useful visual documents to help design and execute test cases. In fact, they often serve as reference documents attached directly to test cases.
Exploratory testing is a reasonable approach when you don't have requirements. In this approach, testers learn about the application, execute tests, and author test cases all at the same time.
The answer to this question depends on:1) The value this project has to key stakeholders in the company2) The breadth and depth of the requirements3) The amount of time allowed for testing4) The resou...
Test Cases : 1.To check whether we select notepad1 it is active and the notepad2 is disactive2. To check the text is selected by select and drag the text through mouse in notepad13. To check whether t...
FIVE TEST CASESPreconditions for all test cases:1) Both notepad1 and notepad2 applications are already open2) notepad1 has typed text3) notepad2 is emptyTC1: Cut contents of notepad1 and paste into no...
if date $='01/01/2000' and time $ = '00:00:00 then print "Happy New Year" end if
print date$ print time$
As">
Write condition coverage test cases for the below:print "Hello World"if date $='01/01/2000' and time $ = '00:00:00 thenprint "Happy New Year"end ifprint date$print time$As
Test Case :1. To check whether all the time the result must start with "Hello World"2. To check whether the date is other than 01/01/2000 then it must show a error message3. To check whether...
Test Cases for Batch Processing data files : 1. To check whether we the given data is accepted2. To check whether the user is giving the correct file name3. To check whether the database has space to ...
Review of test case is nothing but verifying the test case with traceability matrix whether all the test cases have been written based upon the requirements and to see whether all the test cases have been passed
sarada
Apr 4th, 2007
Suggested Methodology for Test Cases ReviewTypically, reviews should be done during each phase in the Testing Life cycle. The phases involved in Software testing lifecycle are:· Requirements understanding· Test preparation· Test Execution· Test Reporting
first of all understand what is use case ans test case .Because usecase will help you to learn how the software interacts with the user and basic working takes placeBut test case helps us to test the application based on the requirements based on input and output
Test Cases :1. To check whether the cursor moves to the date field text box itself the calender should display2.to check when the user selects the date in calender it must display the same date in date fields3.To check whether the user cannot select more than the system date
Archana
Oct 5th, 2007
1.Should accept dates in any format as decided ie dd/mm/yy or mm/dd/yy or yyyy(ex:1983). Client machine has some format set in regional settings.2.If the date field is system driven then t...
It`s very easy we can do with in 30 seconds just copy and paste all the words or entire passage in MS word select the entire passage ans click Tools - Spelling and grammer in this you can find which one is wrong and you can find a bug and you can clear it
You can test this spell check only through QTP in 30 minutes not in manual
testing.
In QTP you must be familiar with using loop statement with the help of this you
can execute 5,00000 times bu...
we can prepare the test cases based on how we are making the integration that is how we are joning one module with other and how the data is flowing from one module to other moduleTraceability matrix is nothing but tracing whether we have written all the test cases based upon the requirements
Traceability Matrix: The term traceability matrix done in the requirement analysis for manual testing.
It is nothing but the mapping of requirements and the test cases prepared. i.e che...
Test Cases :1.Check with giving alphabets2.check with numerics3.check with maximium characters4.check with null value5.check with same data for different time
Mohd. ShahNawab
May 4th, 2006
We can also check for-1) Lower bound for that datatype (as each datatype has some lower limit), also check lower limit -1 2) Upper bound for that datatype (as each datatype has some upper limit too), ...
Traceability matrix is nothing but from the word itself we can say that it is to trace the test case that is to check we have written all the test case based upon the requirements or not normally we have to use this traceability matrix at the time of release the product
A traceability matrix is used to map requirements to test cases in order to verify that test cases have covered all requirements. It is used after all of the test cases have been prepared. ...
Ans