July 2012
Aptitude Question with answers Section A
Unknown Aptitude Question with answers Section A 1
Software Testing Interview Questions with Answer
Unknown Software Testing, Software Testing Interview Questions with Answer, Software Testing Notes, Software Testing Training at Nagpur 1
Software Testing Interview Questions with Answer
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
2. What is Exhaustive Testing?
Testing which covers all combinations of input values and preconditions for an element of the software under test.
3. What is Functional Decomposition?
A technique used during planning, analysis and design; creates a functional hierarchy for the software.
Test Scenarios / Test case for ATM Machine
Wednesday, 18 July 2012 Unknown Become a tester, software Testing at Nagpur, Software Testing Notes, Software Testing Test scenarios, test case, test case example, Test Scenarios for a ATM machine, testing training at Nagpur 18
Verify the door has been opened when inserted the ATM card.
Verify the card has been inserted in the ATM machine at the proper side.
Validate the language to be selected in the option
1) Tamil
2) English
3) Hindi
Verify the pin has been entered in the encrypted format of the system.
Verify the wrong pin num entered as the encrypted format.
Validate the following option to be selected in the proper action.
1) Withdrawal
2) Transfer fund
3) Enquiry
4) Change pin num.
1) Withdrawal
Check whether the amount entered is valid.
Valid- Get the amount
Invalid - reenter the valid amount.
2) Transfer fund
Validate the entered account number for fund transfer.
Validate the amount entered to be transferred.
Validate the entered amount for transfer.
Valid - transfer.
Invalid - reenter the valid amount.
Test Scenarios for a coffee vending machine?
Unknown Become a tester, software Testing at Nagpur, Software Testing Notes, Software Testing Test scenarios, test case, test case example, Test Scenarios for a coffee vending machine, testing training at Nagpur 5
Software Testing Interview Questions and Answers
Saturday, 14 July 2012 Unknown Devashish Jain, istqb dumps with answers 2012, Jobs at Nagpur, Software Testing Interview Questions and Answers, Software Testing Objective Question, Testing Interview Questions, Testing Jobs at Nagpur 2
1. What is Endurance Testing?
Checks for memory leaks or other problems that may occur with prolonged execution.
2. What is End-to-End testing?
Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.
3. What is Equivalence Class?
A portion of a component's input or output domains for which the component's behaviour is assumed to be the same from the component's specification.
4. What is Equivalence Partitioning?
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
5. What is Exhaustive Testing?
Testing which covers all combinations of input values and preconditions for an element of the software under test.
Software Testing Times - Tutorials, QTP, Manual Testing Automation Testing, Load Runner: Software Testing Tutorials for Beginners
Thursday, 12 July 2012 Unknown 9
This topic is especially for beginners. It bridges the gap between theoretical knowledge and real world implementation. This article helps y...
Software Testing Interview Questions
Saturday, 7 July 2012 Unknown Devashish Jain, istqb dumps with answers 2012, Jobs at Nagpur, Software Testing Objective Question, Software Testing Training at Nagpur, Testing Interview Questions, Testing Jobs at Nagpur 4
A test tool that records test input as it is sent to the software under test. The input cases stored can then be used to reproduce the test at a later time. Most commonly applied to GUI test tools.
2. What is CMM?
The Capability Maturity Model for Software (CMM or SW-CMM) is a model for judging the maturity of the software processes of an organization and for identifying the key practices that are required to increase the maturity of these processes.
3. What is Cause Effect Graph?
A graphical representation of inputs and the associated outputs effects which can be used to design test cases.
4. What is Code Complete?
Phase of development where functionality is implemented in entirety; bug fixes are all that are left. All functions found in the Functional Specifications have been implemented.
5. What is Code Coverage?
An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention.
6. What is Code Inspection?
A formal testing technique where the programmer reviews source code with a group who ask questions analyzing the program logic, analyzing the code with respect to a checklist of historically common programming errors, and analyzing its compliance with coding standards.
7. What is Code Walkthrough?
A formal testing technique where source code is traced by a group with a small set of test cases, while the state of program variables is manually monitored, to analyze the programmer's logic and assumptions.
8. What is Coding?
The generation of source code.
9. What is Compatibility Testing?
Testing whether software is compatible with other elements of a system with which it should operate, e.g. browsers, Operating Systems, or hardware.
10. What is Component?
A minimal software item for which a separate specification is available.
11. What is Component Testing?
Testing of individual software components (Unit Testing).
12. What is Concurrency Testing?
Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.
13. What is Conformance Testing?
The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard.
14. What is Context Driven Testing?
The context-driven school of software testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now.
15. What is Conversion Testing?
Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
16. What is Cyclomatic Complexity?
A measure of the logical complexity of an algorithm, used in white-box testing.
17. What is Data Dictionary?
A database that contains definitions of all data items defined during analysis.
18. What is Data Flow Diagram?
A modeling notation that represents a functional decomposition of a system.
19. What is Data Driven Testing?
Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated Testing.
20. What is Debugging?
The process of finding and removing the causes of software failures.
21. What is Defect?
Nonconformance to requirements or functional / program specification
22. What is Dependency Testing?
Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.
23. What is Depth Testing?
A test that exercises a feature of a product in full detail.
24. What is Dynamic Testing?
Testing software through executing it. See also Static Testing.
25. What is Emulator?
A device, computer program, or system that accepts the same inputs and produces the same outputs as a given system.
Software Testing Objective Question
Wednesday, 4 July 2012 Unknown istqb dumps with answers 2012, Software Testing Objective Question, Software Testing Training at Nagpur, Testing Interview Questions 0
a. True
b. FalseANSWER : b
2 : Which of the following are characteristics of testable software ?
a. observability
b. simplicity
c. stability
d. all of the aboveANSWER : d
3 : The testing technique that requires devising test cases to demonstrate that each program function is operational is called
a. black-box testing
b. glass-box testing
c. grey-box testing
d. white-box testing
ANSWER : a
4 : The testing technique that requires devising test cases to exercise the internal logic of a software module is called
a. behavioral testing
b. black-box testing
c. grey-box testing
d. white-box testing
ANSWER : d
5 : What types of errors are missed by black-box testing and can be uncovered by white-box testing ?
a. behavioral errors
b. logic errors
c. performance errors
d. typographical errors
e. both b and d
ANSWER : e
Senior QA @Vmware Pune
Tuesday, 3 July 2012 Unknown istqb dumps with answers 2012, Software Testing Objective Question, Software Testing Training at Nagpur, Testing Interview Questions 2
Job Description
Click Here to applyWhy work with our group: Engineers interested in computer architecture and compilers get to invent techniques for reliable and efficient virtualization of computer resources. They work on virtualizing the latest Intel and AMD CPUs, cutting-edge multi-Gigabit Ethernet networking interfaces, modern USB and DVD devices, 3D graphics devices and state-of-the-art Fibre Channel and iSCSI storage area networks (SANs).
Job Description Work on very complex performance, load scalability and stress testing projects and collaborate with talented group of people across different geographies.
To innovate and find creative approaches to problem solving.
Learn and grow your skills and apply these skills in your day-day work.
Plans & authors Test plans and ensures testability is considered by development in all stages of the life cycle.
Plans, schedules and tracks the creations of Test plans / automation scripts using defined methodologies for manual and/or automated tests
Lead the QE team in troubleshooting, isolating, reproducing, tracking bugs and verifying fixes.
Analyze test results to ensure existing functionality and recommends corrective action. Documents test results, manages and maintains defect & test case databases to assist in process improvement and estimation of future releases.
Performs the assessment and planning of test efforts required for automation of new functions/features under development. Influences design changes to improve quality and feature testability.
Ability to test and automate the tests in parallel.
Consults with quality and development engineers in resolution of complex problems.
Exercises considerable latitude in determining technical objectives, without appreciable direction
Interacts cross functionally and globally on matters that require coordination across organization lines.
Does coding to ensure the quality of APIs developed by the development and influences their design decision.
Provide mentorship to QA staff members
Evaluate tools and technologies to improve the overall QA process
Running tests including regressions, analyzing problems and performance, and identifying and resolving shortcomings.
Works with a small group of engineers on a daily basis, using Agile engineering practices.
BS/MS Computer Science or equivalent, with coursework or experience in distributed systems has good understanding of QA function.
9+ years in Java white box testing experience.
5+ years experience developing test tools/automated test harnesses.
Deep experience testing high performance enterprise applications.
Good ability to review Java code and application design.
Excellent understanding of performance characteristics of software systems and impacting factors.
Experience with testing distributed applications a plus.
Experience with testing scalability and performance a plus.
Good understanding of SDLC and Agile methodologies.
Experience with profilers such as Jprobe
Location: Pune, India
Requisition Number: 29981BR
Company Description
VMware is the leader in virtualization and cloud infrastructure solutions that enable our more than 350,000 enterprise and SMB customers to thrive in the Cloud Era by simplifying, automating and transforming the way they build, deliver and consume Information Technologies. Our team of 11,000+ people working in 50+ locations worldwide is committed to building a community where great people want to work long term by living our values of passion, innovation, execution, teamwork, active learning and giving back. If you are ready to accelerate, innovate and lead, join us as we challenge constraints and problem solve for tomorrow today. Learn more at www.vmware.com/careers.Additional Information
- Posted:
- June 14, 2012
- Type:
- Full-time
- Experience:
- Not Applicable
- Functions:
- Quality Assurance
- Industries:
- Computer & Network Security, Computer Software, Information Technology and Services
- Job ID: 3205583
- Click Here to apply
My Blog List
Categories
- Aptitude Question with answers Section A (1)
- Aptitude questions with answers (1)
- Become a tester (2)
- Bug Life Cycle (1)
- Defect Life Cycle (1)
- Devashish Jain (3)
- Global logic testing interview questions (1)
- How to Install Selenium IDE (1)
- How to start with Selenium IDE (1)
- istqb dumps with answers 2012 (5)
- Jobs at Nagpur (3)
- Learn Selenium IDE (1)
- learn software testing at nagpur (1)
- Nagpur testing training institute (1)
- QA jobs Nagpur (1)
- QA Or Test Engineer’s Pay scale (1)
- Selenium IDE (1)
- Selenium IDE Beginners Guide (1)
- Selenium IDE Help (1)
- server side testing (1)
- server side testing interview question (1)
- Software Tester (1)
- Software Testing (3)
- software Testing at Nagpur (3)
- Software testing bug life cycle (1)
- software testing class at nagpur (1)
- Software Testing course at nagpur (1)
- Software Testing Interview Question (2)
- Software Testing Interview Questions (1)
- Software Testing Interview Questions and Answers (2)
- Software Testing Interview Questions with Answer (1)
- Software Testing Life Cycle (1)
- Software Testing Notes (3)
- Software Testing Objective Question (5)
- Software Testing Test scenarios (2)
- Software Testing Training at Nagpur (5)
- STLC (1)
- test case (3)
- test case example (2)
- Test Scenarios (1)
- Test Scenarios for a ATM machine (1)
- Test Scenarios for a coffee vending machine (1)
- Testing Interview question (1)
- Testing Interview Questions (5)
- Testing Jobs at Nagpur (3)
- testing training at Nagpur (2)
- Tips (1)
- V model (1)
- Water Fall Model (1)
- What is server side testing (1)
Archives
-
▼
2012
(28)
-
▼
July
(11)
- Aptitude questions with answers Section B
- Aptitude Question with answers Section A
- Software Testing Interview Questions with Answer
- Test Scenarios / Test case for ATM Machine
- Test Scenarios for a coffee vending machine?
- NagpurJobs4U: Top 25 Websites And Blogs For Nagpur
- Software Testing Interview Questions and Answers
- Software Testing Times - Tutorials, QTP, Manual Te...
- Software Testing Interview Questions
- Software Testing Objective Question
- Senior QA @Vmware Pune
-
▼
July
(11)