1] Test Management Tool ?
2] What is tracebility Matrix?
3] What is RTM ?
4] What Is Functional testing
5] What is Regration Testing and Sanity Testing
6] Diff in Sanity and Functional Tetsing
7] Integration Tetsing
8] Diff in Primary Key and Unique Key -Should pass primary
Key as null
9] What is composit Key
10] Defect Management tool in detail
11] What is Seviarity and Priority
12] Composite Key

Answer Posted / sunil

1) test management tool is a tool which is used to store all testing related deliverables like reports, test cases, plan or strategy document or test evidences as well as documents related to other phases in SDLC like SRS, handover from dev team, peer review forms, project plan. Sharepoint is the tool used in my project, basically an intranet website where all iso related docs, links to specification or any other documents are located

2) RTM is a document which keeps track of requirements from one release to another. its basically a matrix where on one side all requirements are listed and other hand all test case ids on other hand which must be executed to meet those requirements. its basically is record which can be maintained to keep team informed about the change in requirements or new requirements during the continuos sdlc process.

3) functional testing is testing of the function or action that can be performed by the application when used by the clients, its basically asking 'can user do this or that with the software

4) regression testing is usually performed after the defect retesting has been completed to verify whether other parts of the system where bug fix or changes have not been made are not adversely affected

5) sanity testing is performed when test team wants to know whether its fruitfull to carry forward with the test or not. build verification test are examples of it where testers verify whether integration of new functions or modules has been done properly or not before carrying out any functional or major testing on it

6) integration testing is done on the interfaces which help modules of a system to communicate with each other also called API, generally performed by the dev or application team

7) each table in a database(relational) should have a primary key which acts as unique idetifier and helps join other tables. it can not be null. unique is a keyword which can be used to avoid duplication in records but can also work on null values

8) A composite key, in the context of relational databases, is a combination of two or more columns in a table that can be used to uniquely identify each row in the table. Uniqueness is only guaranteed when the columns are combined; when taken individually the columns do not guarantee uniqueness

9) Example of defect management tool are JIRA, Bugzilla, mentis,etc.

10)severity is a factor which describes the impact a bug could have on functioning of a system ,eg, showstopper, critical, major,minor

priority describes the urgency or how quickly a bug needs to be resolved. is done after defects raised are reviewed by dev , service or client teams

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to test ecg machine?

1377


What is the difference between white box, black box, and gray box testing?

649


Give me sample test cases for smoke testing

8686


Can you explain tpa analysis?

633


What are the benefits of requirement traceability?

667






What is date driven testing?

688


write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases

3052


test cases for compose functionality of gmail

1487


Is anybody have the telecom systems test cases from start to end?

1560


What are the main key components in client and server applications?

702


HOW TO CREATE SRS REVIEW REPORT TO PL?

1912


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

4437


In what situation would you want to parameterize a text verification check?

1688


What are the bussiness scenories?

2653


What is PBX Testing & What is Test coverage?

9861