ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Testing >> Test-Cases
 
 


 

Back to Questions Page
 
Question
how to execute test cases manually
Rank Answer Posted By  
 Question Submitted By :: Hema
I also faced this Question!!   © ALL Interview .com
Answer
First of all it depends on whether u r executing the TC on
excel sheet or u r using any tool like Test director.
if you are using the excel sheet just go for the
descripition and proceed step by step .
if u r using TD click on the run tab u ll get the
description of the TC  
Thanks
akshay
mail:akshay_bali2001@yahoo.co.in
 
0
Akshay
 
 
Question
How to write load test case for pen?
Rank Answer Posted By  
 Question Submitted By :: Sabitha
I also faced this Question!!   © ALL Interview .com
Answer
Check how many words or letters the pen should write...
OR how many full scape pages the pen should fill..
 
0
Minal Bhungani
 
 
Question
write test cases for test cases...?
Rank Answer Posted By  
 Question Submitted By :: Radhakrishnaprasad G
This Interview Question Asked @   TCS
I also faced this Question!!   © ALL Interview .com
Answer
When you test anythingh it should have high probibility to 
catch bugs and it not too complex.

Format for test cases

test case ID
test case Name
Module
Tester Name
Date

S.No.  Description   step to be excutated  Expected Result
 
1
Bharat
 
 
 
Answer
We can write test cases according to the srs document.
 
0
Rajarajan
 
 
Question
Define Testcase.
Rank Answer Posted By  
 Question Submitted By :: Roopshree
I also faced this Question!!   © ALL Interview .com
Answer
1.Test case is an input applied during execution of a 
software.
2.It is a step wise description followed for testing the 
software.
3.It is a document which contains all inputs which are used 
to apply during the time of execution of a program
 
0
Chitra
 
 
Answer
Test case is a documentation that describes an input action
or events and the expected results.
 
0
Bond
[Riverdale Software Solutions Pvt Ltd]
 
 
Question
Writing Test Cases is Verification or Validation?
Executing Test Cases is Verification or Validation?
Rank Answer Posted By  
 Question Submitted By :: Robin
I also faced this Question!!   © ALL Interview .com
Answer
answer is validation for both of them.
 
0
Gyh
 
 
Answer
writing test case is a test data required to test the 
application.Test data may be input/setup/procure to test.so 
it should not be verification or validation.

executing test cases is a vaildation.since checking the 
correctness of created application /code with the test data.
 
0
Babitha
 
 
Answer
writing test cases is averification and execute test 
casesis avalidation
 
0
Irfan
 
 
Question
testcases for the additon of 2 numbers write negative and 
postive cases
Rank Answer Posted By  
 Question Submitted By :: Padma
This Interview Question Asked @   Societe-Generale
I also faced this Question!!   © ALL Interview .com
Answer
positive cases

1. enter 1st no
2. enter 2nd no
3. enter or press addition(+,button).
4. check the final result is ok or not.

negative cases

1. check only numeric digits should be accepted.
2. check only 2numbers are entered or not entered three or 
more numbers.
3. check the addition(button) is working properly.
4. check result is ok or not.ie.(2+2=4)
 
0
Prashant
 
 
Answer
yes i agree with this answer.
 
0
Bush
 
 
Answer
For negative testing we can -
leave fields for two numbers blank and try to press + sign and see result.
 
0
Rkul
 
 
Question
what are the testcases for square
Rank Answer Posted By  
 Question Submitted By :: Padma
I also faced this Question!!   © ALL Interview .com
Answer
1.square should have four measurements
2.minimum measure should be >= to 1.( it should not be 
zero).
3.all four measurements should be equal in length and units.
4.two diagnoals length should be equal.
 
0
Babitha
 
 
Answer
1. It should have four measurements.
2. All sides should be equal in lenght.
3. minimum measurement should be >= 1.
4. Each angle should be 90 degree with all four sides 
should be in equal length.
 
0
Deepti
 
 
Question
Could someone answer the following testing Questions?
1)Give 5 reasons why a build can be released with bug

2)Write a bug report for a word processor program which
crashes when the 
contents of 89th column is been sorted in assending order.

3)write test 10 cases for program which has a table with 2
fields of NAME 

od char type and CLASS of INT type.NAME fields is truncated
after 26 
charaters and CLASS takes value between 1 to 9 both included.

There are 3 possible opearations program can perform

a)When a new student joins the class the program adds a new
field

b)When student leaves the class the field get deleted 
c)when student gets promoted then program incremts the class
by 1

Write 5 test cases for the scenario.

4)write 10 test cases for a program that takes date in
dd/mm/yyyy format  

and prints it out with a increment of 1.

for dates (dd) can be given in the range 1<=dd>=30
for months (mm) can be given in the range 1<=mm>=12
for years(yyyy) can be given in the range 1600<=yyyy>=9999


5)Give 5 bugs that could cause a program to crash when it
printed the 
999999 th pages 1000001th line.

Rank Answer Posted By  
 Question Submitted By :: Arch
This Interview Question Asked @   Adobe
I also faced this Question!!   © ALL Interview .com
Answer
1)Give 5 reasons why a build can be released with bug
A:The build is not released with bugs.To know whether the
application is working according to requirements the build 
is tested.but intentionally the build is not released with 
bugs.
reasons may be:
1.poor requirements
2.developers may not have preior experience
3.mis communication between the team 
4.changing requirements
5.time pressure
6.software complexity
 
0
Shailaja
 
 
Answer
Build can be released with bug only with the following 
scenarios.
1 Bug severity is not effecting the functionality of 
product.
2 Test team has got the update that in the next build this 
bug will be fixed.
3 Time constraint.
 
0
Kapil
 
 
Answer
1) 

a) Bug is of low severity and an alternate is available.
b) The module containing bug is isolated from the intended 
users.
c) Bug is not on priority for the BAs to be resolved in 
that release cycle.
d) Bug is cosmetic and of low priority.
e) Time constraing unless the bug is a major OR critical 
one.

2) 

Application: Word processor program i.e. WPP
Severty: Critical
Priority: Major
Platform: Microsoft XP (SP 3)
Reproducibility: Everytime

Issue:  WPP which crashes when the contents of 89th column 
is been sorted in assending order.

Steps to Reproduce:
1. Start  WPP
2. Add 100 columns
3. Add 2 rows
4. Add data in rows
5. Apply Ascending filter on row 89th by navigating Data 
tab > Filter
6. Click on Filter icon button on 89th column
7. Once data in the colmn is arranged in Descending order, 
again click on Filter icon button on 89th column to have 
data in ascending order

Instead of re arranding data, WPP crashes.

3)

1. Try to add a student for 15 for class 1-9, it should be 
added.
2. Try to add a student for 0 character for class 1-9, It 
should not be saved as name is required.
3. Try to add a student for 27 character for class 1-9 and 
validate truncation of name upto 26th character.
4. Try to add a student for 1 character for class 1-9, It 
should be added
5. Try to add a student for 26 character for class 1-9, It 
should be added
6. Try to add a student for 1-26 characterm for class 0, It 
should not be added
7. Try to add a student for 1-26 character for class 1, It 
should be added.
8. Try to add a student for 1-26 character for class 5, It 
should be added.
9. Try to add a student for 1-26 character for class 9, It 
should be added.
10. Try to add a student for 1-26 character for class 10, 
It should NOT be added as there is no class 10th.


Duplicacy:

While saving duplicate data for same class, system should 
alert user to save the name in a different format? But 
since it is character type only. how would we do that? May 
be DOB, Mother's maiden name

Student leave the program

11. Validate that student Name field Against the Class 1-9.

Removing duplicate data? System should alert by giving 
details like Father Name, DOB, Mother's maiden name to 
confirm deletion

12. Student gets promotion....

1. Class 1-8 gets promotion: Validate if class is 
incremented by 1.
2. Class 1-8 gets promotion: Student name is entered 
against incremented class.
3. Class 1-8 gets promotion: Name is deleted from previous 
class for the student who is just promoted.
4. Class 9 student gets promotion: Validate if student Name 
is deleted from class 9 who is just promoted.

4)

ddmmyy Boundry value Analysis Negative

0/0/1599 > Not Allwoed
0/0/10000 > Not Allwoed
0/0/1700 > Not Allwoed
0/1/1700> Not Allwoed
31/1/1700 > Not Allowed
1/0/1700 > Not Allwed
30/13/1700 > Not Allowed
31/13/1700 > Not Allwoed
0/12/1700 > Not Allowed
30/12/1700 > Allowed and validate if it prints in 31/12/1700
30/10/1599 > Not Allowed
30/10/10000 > Not Allowed
 
0
Sandeep Garg
 
 
Question
Tell me how to write a test case to test a search (general 
search engine ) function that is present on almost all 
sites.
Rank Answer Posted By  
 Question Submitted By :: Ujas
I also faced this Question!!   © ALL Interview .com
Answer
1.search engine should has seperate tab to make a search.
2.seperate text box should be available.
3.it should accept vaild characters(alpha numeric) not a 
special character.
4.it should have seperate features to search 
images,videos,new...based on the selection it search tab 
should change.
5.character width and font style of search text box should 
be as per spec.
6.once u click search button with empty search text box,it 
should not display any links.
7.enter valid search data in search text ox and click 
search button it should didplay proper links.
8.search results should be based on extension type we have 
entered in search box.i.e if u enter rose.jpeg in and click 
on search button it should display only image links of 
roses.
9.if entered data(both file extension and search data) in 
search text box is not correct,search engine should suggest 
us with corect spelling (both in file extension and sarch 
data).
10.the number of search results to be displayed should be 
based on settings.
11.display results such as language,format,no.of 
results,recent links/old links,from where to perform search 
should be based on our settings.
12.advanced search tab should be available to set searching 
criteria.
13.if the search result is available for multipl page then 
page numbers should be displayed at the bottom and also 
each should have link.
14.all opened results should have link .i.e if u click on 
the selacted results then that page should be open.
 
0
Babitha
 
 
Answer
Babitha
thank you very much for the answer..it will definitely help
me a lot...my email-id is ujas.doshi@atosorigin.com

If u hv any material for test case plz mail it to me....also
if possible plz let me know ur email-id..

Thank you..
ujas Doshi
Atos Origin
ujas.doshi@atosorigin.com
 
0
Ujas Doshi
 
 
Question
if u want to test an application which takes a data value 
between 0 and 59 and if u choose 55 ,what type of testing 
it is
a) System testing
b) error guessing
c) Black box 
d) None
Rank Answer Posted By  
 Question Submitted By :: Pvrameshw@rediffmail.com
I also faced this Question!!   © ALL Interview .com
Answer
Black box testing
 
0
Rohan
 
 
Answer
The answer is error guessing.
 
0
Uday Kumar _ Anem
 
 
Answer
None
 
0
Mahesh
 
 
Answer
may be it is none becounse i think it is equivalence 
partitioning
 
0
Sbm
 
 
Answer
Black box
 
0
Govind
 
 
Answer
Here we use black box testing
In Black Box testing we have two methods 
1)equivalence partitioning.
2)Boundary value analysis
We can use any of these technicques
 
0
Swathi
 
 
Answer
Black box b'coz it include in equilance partitining method 
of black box testing.
 
0
Maaya
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com