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
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
discuss black box and white box testing is not widely used if you disagree tell me why?
What kind of input do we need from the end user to begin proper testing?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Hi Everybody could you please send me the ISTQB Material to my mail id karthik18487@gmail.com Thanking you in advance
What r the sequences that leads to automation?
hello frens. Im Arun from the uk. im planning to apply for tester jobs with 3yrs experience. the problem is i dont have resumes. i have to mention atleast 3 projects (preferably financial projects) in my CV. im totally blank. can u plz send ur CV's to my email.... arunmoses1982@yahoo.com. this would be a great help from you guyz. n u need any help from me? just mail me n ill get in touch with u. Thanx.
I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
!what are the entry criteria for antomation testing ?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
Define what is a critical bug.
. Is any graph is used for code coverage analysis?
What is the difference between a bug, a defect and an error?
What is junit & api?