The Test pane test has two tabs to view the test: Tree View and Expert View. Tree View Tab: In the Tree View tab (the default), QuickTest displays your test in the form of a tree icon-based test fold. You can see the steps of your test according to each parent object stage. Get out in the same Read More
Archive for the ‘Technology Threads’ Category
Software Testing | What makes a good test engineer?
What makes a good test engineer? A good test engineer has a ‘test to break attitude, the ability to take the customer’s perspective, a strong commitment to quality and attention to detail. Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and the Read More
Software Testing | Types of Errors or Bugs
There Are Different Ways Bug / Defect Can Be Classified. Some Of The Classifications. Types of Error Wise: • Logic Error: ambiguous or irrelevant features of the source code. • message Error : missing or misleading error messages in the source code. • Navigation Error : Navigation is not Read More
Software Testing | Traceability Matrix
Traceability Matrix is used to track functional specifications with test cases corresponding to verify that all features have been implemented throughout the SDLC and tested or not. The matrix, which controls whether the test cases written covering all the features or not. Simply, wheather a test Read More
Software Testing | Inspection
What is “Inspection”? The inspection is more formal than ‘walkthrough’, typically 3-8 people, including the moderator, the reader (the author of all that is currently under review), and the recorder to take notes. The object of control is typically a document such as the Read More
Software Testing | The Test Plans
Test plans are a common in many software organizations.Many teams rely on test planning. A test plan more about the business of designing a test strategy and less on the mode or method of delivery. As such, test planning, not only for QA analyst or engineer. Instead, it must be guided by the QA Read More
Software Testing | Test Driven Development
TDD means many things to different people. Most often it is a development practice where a set of unit tests are written to the new features after the feature was designed, but before it is implemented. These tests are then executed and fail until the feature is “just enough” to be Read More
Software Testing | Benefits of Unit Testing
Benefits of unit testing: 1: Write the tests before the actual coding that makes you think more about the problem. It describe the case of edge and makes you write better code. 2: Unit tests are also works as updated document. Often, we find the documentation and code are not synchronized. But Read More
Software Testing | Testing With Load Runner
1. What is load testing? Load testing is to test if the program works very well with the stress of a large number of simultaneous users, transactions and to determine weather it can handle peak periods. 2. What is performance testing? Time to read and update transactions should be gathered to Read More
Software Testing | What is Correlation in Load Runner
The correlation is used to obtain data that are unique for each script, which is generated by nested queries. Correlation adds value to avoid errors resulting from duplicate values and optimizing the code (to avoid nested queries). Automatic correlation is where we set the rules for correlation. Read More
Software Testing | Win Runner
Win Runner is Mercury’s functional and regression testing tool. Reasons to use Win Runner • Running tests manually is tedious and frustrating • Eliminates human error • write once, run many times as necessary • Provides improved coverage test • Allows testers to focus on verifying new Read More
Software Testing | Quick Test Professional 9.5
QTP 9.5 Version 9.5 of the tool QuickTest Professional offers additional features • Process Guidance – help files are available currently. It’s good when someone is learning to integrate the test for the first time. • Maintenance Run Mode – Now, users can update the object Read More
Software Testing | Automation Test Framework
Automation Test Framework: With a greater effort to be directed to the automation, it is also important to know that to be successful and effective necessiates basic infrastructure in place. The importance of a framework for the automation gets the focus first if you are making an effort to Read More
Software Testing | Create a Test Strategy
The test strategy is a formal description of how the software product being tested. The test strategy has been developed at all levels of testing, if necessary. The test team analyzes the requirements, writes the test strategy and reviews the plan for the project team. The tests may include test Read More
Software Testing | Test Automation
Software Testing Automation has started to improve significantly in the recent past. Because of the increased complexity and agility of the software are many opportunities for software to be subject to error, either during production or after release. Test Automation simplest way to test a Read More
Software Testing | Smoke and Sanity Testing
SMOKE TESTING: • Smoke testing originated in the hardware testing practice of turning on the new hardware for the first time and considered it a success if it does not light and smoke. In the field of software testing, Smoke testing is a widely used approach, in which all applications without Read More
Software Testing | Black box Testing
Black box testing considers the system as a “black box”, so that is not explicitly use knowledge of the internal structure or code. Or in other words, the tester does not need to know the inner workings of the “black box” or the application. The main objective of black box Read More
Software Testing | Quality Assurance and Quality Control
Quality assurance: the whole operation is to ensure that the development and / or maintenance process is to ensure the system meets its objectives. Quality control: a series of activities designed to evaluate a developed work product. Quality control activities for the process are defined and Read More
Software Testing | Project Roles and Responsibilities
Testers and Test Leads • Understand the application under test • Develop a test strategy • Assist in the preparation of test plan • High level design of the conditions • Develop test scripts • Understand the data in question • Run all test cases • Recording of defects in the Read More
Software Testing | Defect Severity and Priority
Defect severity determines the defect criticality whereas defect priority determines the defect immediacy or urgency of repair 1. High Severity & Low Priority: Suppose there is an application that generates reports related bank weekly, monthly, quarterly and annually by some calculations. In Read More








Posted in
Tags: