GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Bug Tracking
Go To First  |  Previous Question  |  Next Question 
 Bug Tracking  |  Question 29 of 94    Print  
write the equivalence classes for 1-99 range of value
write test case and testdata for a triangle
After closing a bug we can open it again or not
why do u like testing than development
what is meant by join,different types of join
what are the different types of files saved in the folder along with the test results
what r the test activities u may want to automate
performance test comes under which type of testing
Resource bugs,timely bugs comes under which type of testing
can we do performance testing manually

  
Total Answers and Comments: 7 Last Update: April 09, 2009     Asked by: vishnu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 19, 2006 08:37:00   #1  
revathi        

RE: write the equivalence classes for 1-99 range of va...

equivalance class for 1 and 99

one input will be <1 another between 1 and 99 next is >99.so 2 invalid inputs and 1 valid input.


 
Is this answer useful? Yes | No
July 20, 2006 03:00:49   #2  
anupama        

RE: write the equivalence classes for 1-99 range of va...

performance testing is a kind of non functional testing it comes under system testing.

performance test can be done manually...but it is not in practice.

test data for triangle

sides angles


 
Is this answer useful? Yes | No
August 24, 2006 07:07:40   #3  
karabasappa        

RE: write the equivalence classes for 1-99 range of va...
equivalence class is a subset of data of larger class.which contains one valid and 2 invalid class1) 1-99 invalid : {<1} Valid : {1-99} Invalid : {>99}Final Test Data: {0 55 100} from each class.2) Triangle Isoscales Scalene EquilateralValid class: { a b ! c } { a ! b ! c} { a b c }Invalid Class {a b c} {a! b! c} {a b c} {a b! c} {a b! c} {a! b! c} {a b c not less than 0} {a b c not less than 0} {a b c not less than 0} FinalTestdata : {(2 2 4) (2 2 2)(2 3 4 )(2 2 0)} {(2 3 4) (2 2 2)(2 3 2 )(2 2 0)} {(2 2 4) (2 2 2)(2 3 4 )(2 2 0)}
 
Is this answer useful? Yes | No
September 02, 2006 06:34:16   #4  
srinivasulub1981 Member Since: December 2005   Contribution: 381    

RE: write the equivalence classes for 1-99 range of va...
write the equivalence classes for 1-99 range of value: The equivalence classes are defined as (0 1 2 49 50 51 99 100 101)write test case and testdata for a triangle: It;s not possible like here...After closing a bug we can open it again or not: yes u can nor only u anybody in testing team of the current projwhy do u like testing than development: It's not only likes me but also likes somany ppls in thet worls ...Coz each and everybody wants quality products.. here the developers can't tested prop coz of sentimental attachments..no one like to point out in their prod..Srinivas(srinivasulub1981@gmail.com)
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
September 20, 2006 01:57:25   #5  
Pradeep R        

RE: write the equivalence classes for 1-99 range of va...

Sometimes we have to select data from two or more tables to make our result complete. We have to perform a join.

Tables in a database can be related to each other with keys. A primary key is a column with a unique value for each row.

There are diffferent type of joins. Equi Join Inner Join Left join right join.

The INNER JOIN returns all rows from both tables where there is a match. If there are rows in Table 1 that do not have matches in Table 2 those rows will not be listed in the result.

The LEFT JOIN returns all the rows from the first table even if there are no matches in the second table. If there are rows in Employees that do not have matches in Orders those rows also will be listed.

The RIGHT JOIN returns all the rows from the second table even if there are no matches in the first table . If there had been any rows in Orders that did not have matches in Employees those rows also would have been listed.


 
Is this answer useful? Yes | No
November 08, 2006 14:12:48   #6  
Mrunalini        

RE: write the equivalence classes for 1-99 range of va...

For the Regression testing an application we may want to Automate.

Performance Testing is a type of System Testing.we can do manually but it will be tedious and hence we use automation tools .


 
Is this answer useful? Yes | No
April 09, 2009 11:38:44   #7  
vk1978 Member Since: February 2009   Contribution: 174    

RE: write the equivalence classes for 1-99 range of valuewrite test case and testdata for a triangleAfter closing a bug we can open it again or notwhy do u like testing than developmentwhat is meant by join,different types of joinwhat are the different t
equilance class partitioning is done on non range values on range values we do Boundary value analysis.



 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape