This is a discussion on Manual Testing Interview Questions within the Software Testing forums, part of the Testing category; hi, I want to know answers of these questions, please answer these if u know thank you very much devi ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,
I want to know answers of these questions, please answer these if u know thank you very much devi QA questions Describe your QA experience (emphasis on Telecom) What testing tools have you used? How long? What is white box, black box? What testing phases have you participated in? What’s the difference between functional testing, system test, and UAT? Have you used testing calendars? In what phase? When would you perform regression testing? What would you base your test cases on? How do you make sure the results are as expected? What’s more important: Positive or Negative testing? How would you create test data that is as close as possible to real data? Do you have experience with Oracle? Have you used SQL? For what purposes? What is your knowledge/experience with Unix? Have you used Unix shell scripts? Have you written WinRunner scripts? Have you written LoadRunner scripts? What tools did you use to log defects? What do you think is the main challenge in testing software What other groups did you interact with (developers, users, analysts) Who would you rather work with? When you realize the load you have cannot be done in the time given, how would you handle? |
|
||||
|
Answer for 3rd
White box testing : White box testing is a test case design method that uses the control structure of the procedural design to derive test cases. Black box testing : Black box testing attempts to derive sets of inputs that will fully exercise all the functional requirements of a system.
__________________
Test Management |
|
|||
|
When would you perform regression testing?
This depends on the requirements and the lifespan of a product, but there are many other factors that influence whether regression testing needs to be done. An example would be a product that is at certain stage in it's life cycle, and there is a requirement for a new version to replace the old version. In theory the ideal scenario would be that the new version of the software fully supports the legacy functions of the previous version and is able to add new functionality to the product without compromising the functional integrity of the overall product. With that in mind, this is where regression testing would be done, as you would now want to ascertain whether the new version of the product does not add new defects into the system. Hope this helps. |
|
|||
|
WHITE BOX TESTING: it is nothing but testing the structural and logic behind the software. We need to write test cases satisfying all the paths and loops in the module and check whether the logic is satisfied. It is logic driven testing.
BLACK BOX TESTING: It is jus checking the software for the necessary results by providing different input. It is requirement driving testing. REGRESSION TESTING: It is testing the software in every version or after fixing the bug or enhancement, to check whether any new errors have been inculcated in the software because of the new build. |
|
|||
|
Ans:7 Whenever any new changes are done or bugs are fixed by developers we have to perform regression testing in order to see that no additional bugs have been introduced due to changes.
Last edited by himanshu_meb : 09-04-2008 at 06:55 AM. Reason: Missing Details |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test Director Help | manisha123 | Testing Tutorials | 2 | 08-02-2007 04:11 AM |
| Common Questions for Testers | kalyansantosh | Software Testing | 1 | 06-23-2007 05:40 AM |
| Tutorial on Silk Test | spriya279 | Testing Tutorials | 2 | 02-15-2007 06:31 PM |
| Handling Illegal Interview Questions | lUkEy | Interview Questions | 3 | 05-23-2006 09:51 AM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 06:00 AM |