Concurrency Testing

Concurrency testing is mainly used to check the performance of a website when there are multiple users active on your website. That’s why it is also called as Multi-User Testing. Synchronization testing is like a step to get a website’s traffic ready, So that it doesn’t get stuck when there are multiple users. In other… Continue reading Concurrency Testing

Best Website Speed Test Tools

1) Site24x7 Site24x7 is a SaaS-based all-in-one monitoring solution for DevOps and IT. Site24x7 website monitor tests a website from global locations, helping you measure a site’s performance as well as reduce it’s downtime. Key Features: Monitor the performance and uptime of websites and other internet services like DNS server, FTP server, REST APIs etc. from 110+… Continue reading Best Website Speed Test Tools

Metrics Used In Testing

 The Product Quality Measures – 1. Customer satisfaction index, 2. Delivered defect quantities, 3. Responsiveness (turnaround time) to users, 4. Product volatility, 5. Defect ratios, 6. Defect removal efficiency, 7. Complexity of delivered product, 8. Test coverage, 9. Cost of defects, 10. Costs of quality activities, 11. Re-work, 12. Reliability and Metrics for Evaluating Application… Continue reading Metrics Used In Testing

Conformance testing

In software testing, conformance testing is testing to determine whether a system meets some externally-specified standard. Compilers, for instance, are extensively tested to determine whether they meet the recognized standard for that language.To aid in this, many test suites have been developed, either by the standard’s maintainers or external organizations, specifically for testing conformance to… Continue reading Conformance testing

Test environment

A testing environment is a setup of software and hardware for the testing teams to execute test cases. In other words, it supports test execution with hardware, software and network configured. Test bed or test environment is configured as per the need of the Application Under Test. On a few occasion, test bed could be… Continue reading Test environment

End To End Testing

End To End Testing is a software testing method that validates entire software from starting to the end along with its integration with external interfaces. The purpose of end-to-end testing is testing whole software for dependencies, data integrity and communication with other systems, interfaces and databases to exercise complete production like scenario. Along with the software… Continue reading End To End Testing

Bug Tracking- ReQtest

The easiest tool to report and prioritize bugs. Reqtest is versatile and can be adapted for all processes, whether it’s agile, waterfall or hybrid. Create bug reports directly from test cases Easy collaboration to fix bugs Customize your bug report form Prioritize and manage bug reports and tickets Track bug reports over time with traceability… Continue reading Bug Tracking- ReQtest

QTP/UFT

QTP is an automated functional testing tool that helps testers to execute automated tests in order to identify any errors, defects or gaps in contrary to the expected results of the application under test. It was designed by Mercury Interactive and later on acquired by HP and now MicroFocus. Full form of QTP is QuickTest Professional… Continue reading QTP/UFT

Control Flow Testing

Control flow testing is a testing technique that comes under white box testing. The aim of this technique is to determine the execution order of statements or instructions of the program through a control structure. The control structure of a program is used to develop a test case for the program. In this technique, a… Continue reading Control Flow Testing

Mainframe Testing

The mainframe is a multi-user, high performance and high-speed computer system. The mainframe is the most reliable, scalable, and secured machine systems. In other words, we can say that these systems are used for the intend of larger-scale computing, which involves great availability and safety. The mainframe systems are mostly used in various subdivisions such… Continue reading Mainframe Testing