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
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)}
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)
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.
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.