Hi guys,check below form.Ename: text boxeno: text boxdesignation: drop downaddress: text fieldsalary (total):text field (numeric)basic: text field (numeric)hra: text field (numeric)bonus: text field (numeric)save: button cancel: buttonnow my question is I need 2 examples for below question.List 1. High...
How do you manage troubleshooting? how do you manage to work independently as well as team player?
What is the challenging situation you faced with developer?
What is the challenging situation you faced with developer? How you reach project dead line( suppose you work on multiple projects, one project completed 40% and other is 60% then what you do?
According to my experience the most challenging situation with developers is when the bugs you have produced are not producible over their environment . The It will be difficult to covey the exact bug...
Describe to the basic elements you put in a defect report?
The basic element in a bug report:
1)bug id number
2)test case steps
3) test case description
4) screen shot of the defect
5)actual result
6)expected result
7) Priority
8)Severity
summery of the bug
priority
severity
description
author of defect(tester)
detected by
detected on
reproducible steps
scree shot
escalating to
expected value
actual value
Qa testing : what are the key elements for creating test plan?
Answered by: BISWAJIT PANI
Answered On : Jun 15th, 20061) Objectives
2) scope
3) Approach
4) Testing Methodology
5) Assumption
6) Risk
7) Contigency paln
8) Delivarable
9) Defect Reporting
10) Efforts and Estimation
11) Entry and Exit Criteria
12) Roles and Responsibilities
13) Schedules
14)Testing environment
etc.......
Regards,
Biswajit pani ( 09986183456)
the question is "what are the key elements for creating Test Plan"? but all the people telling the contents of a Test Plan according to my view... "Test plan is a master document..which contains s...
quality assurance for preventing defects and qc for detecting defects.............
qa is done by developer and qc done by test engineer
How you would go about putting in place standard QA/QC procedures for verifying fixed issues and ensuring high quality release?What metrics would you put in place so that we can measure the effectiveness of any new QA/QC procedures?
To answer your 1st question: simple! bug tracking tool to track issues/bugs/defects. Generate daily and weekly defect reports and publish them to all the project stakeholders - BA, dev team, QA team, ...
A problem tracking application should be (by qa, managers & developers) used to monitor problem (i.e. bugzilla), people assigned to each phase, problem fixed reassignments to qa, retesting and results...
What are the 18 different kpas (key process area)define each of them?
Think about this; isn't it a pain for someone to define each ofthe 18 KPAs? Please use google and wikipedia.
Thanks.
CMM is the certification for18KPAS. It specifies the maturity of the organization in terms of level. There are 5 levels: Level 1. Initial - all companies are considered to be Initial even though ther...
Explain which document is prepared first and who will prepare the documents in hierarchical order.
The mother of all documents is the business requirements document prepared by BA or client. Based on this BA writes the requirements document. Based on this, dev team will prepare dev design document...
in the initial phase business analyst prepare BUSINESS REQUIREMENT DOCUMENT(BDD), in the analyzing phase system analyst prepare SOFTWARE REQUIREMENT SPECIFICATION (SRS), IN designing phase technical l...
I am asked as to how many test scernarios will be typically created in a mid size project. I think this question does not make any scense as the scenrios is always based on the requirement and scope of the project. But I guess my answer is wrong and I did not get the project. Can anyone tell me what...
Wow that's a really stupid question which you answered it correctly. As Gypsyqueen said there may be other reasons not just this one. The next time anyone asks you this question, you should put them ...
Your answer sounds correct to me. Maybe there are other reasons you did not get the project.
Hello, I need you help to answer this question:we have a programmed unit, that receives the alphabets and returns them reverses them. Now,there is a problem and it returns the letters in a different order.How we can figure what is a problem?For example, when we give him "abc" it should return us "cba"...
This sounds like a problem with the logic in the program. Work with the developer or walk through the code or/and give it several longer strings to reverse and see if there is a pattern in the results
Please explain , what is cloud computing testing .How to do do this type of testing
1. Standardization
2. Security in public cloud
3. SLAs (terms and conditions of different vendors)
4. Infrastructure
5. Usage
6. Planning
7. Performance
What is an exit and entry criteria in a test plan ?Please explain
In exit Criteria: I like to add to Santhoshi Kotha thorough answer: Risk. everything based on the Risk!
The Entry andExit criteria are clearly mentioned in the Testplan: The Entry criteria is: 1. All the integration exit criteria has been sucessfully met. 2. All the installation documents have been comp...
Interview for jr quality assurance analyst.
1.How to use roll back and roll forward testing in real scenario??2. How will we wright a traceability matrix , lets say for an insurance administration system?3. How far a junior quality assurance person uses quality center tool in real work place? Pls any one answer the questions for a live project,...
1.) Roll back testing is done to see if the old code (after the new code is tested and un-installed) works as expected. Not heard of roll forward testing - probably opposite to the above statement. 2...
What kind of automation framework to use to test social media website ex: facebook or twitter > explain too
We may use modular and hybrid frameworks for this type of social websites...
pls let me know if i am wrong?
Function/test matrix is a type ofa. Interim test reportb. Final test reportc. Project status reportd. Management report
Project status report-
This is a template contains the framework for communicating project status information
Project status report
What is configuration management?
It isĀ a process in which they mainly perform 2 tasks.Change controlVersion controlChange control: It is a process of updating the selected documents whenever some changes made to the application inor...
Configuration management is a critical process responsible for identifying, controlling, and tracking all versions of hardware, software, documentation, processes, procedures, and all other inanimate ...
If the actual result doesn't match with expected result in this situation what should we do?
Venu Narayan..couldn't agree with you more! The part until logging the bug and a tutorial on 'how to' is also great except for assigning severity and priority. I disagree on this! BA, QA team, Dev l...
Its simple need to cross check once again with that test case and lock that as an issue, and you have to decide the priority severity and register it in bug tracking tool so your test lead developer and project manager get noticed that.
QA is the entire software development process-monitoring and improving the process, to make sure that any agreed upon standards and procedures are followed,ensuring the problems are found and deal wit...
Testing involves Quality control and quality Assurance.Quality assurance is giving adiquate confidence to the customers
Describe me any bug which may arise at the time of testing.With real time environment.
When testing in the Real time environment, we will be getting compatibility related bugs.
Bug is a type of error but in testing language we called as bug. Deviation from expection is called a bug.
It can be of any type
GUI Bug, funcational bug, non funcatonal bug.
How can you help in improving the testing process? Explain with examples?
As per my understanding, for effective testing process,1) Checklist + Naming convention should be established2) Testing Template should be established3) review process should be followed 4) review def...
Severity refers to the impact of bug on the software or any major functionality, whereas priority refers to the urgency in addressing the bug whether it has to be addressed immediately (high priority) or can be looked in later (low priority).
Severity is the impact of the issue on the use of the system.
Priority is the urgency of getting the issue resolved.