Load testing using Apache JMeter

14. August 2019 Uncategorized 0
  Software testing is an excellent way of evaluating and analyzing the performance of your website system. This test gives you complete information on how a system behaves when handling specific loads. Besides, this test enables you to detect what goes wrong during software development. After analysis, you can work on the problems and make ...

Cucumber Vs. Selenium

07. August 2019 Uncategorized 0
Cucumber and Selenium are exciting new technology in the field of software testing. Automation is a primary necessity in IT companies to check the vulnerability in their codes, which is ultimately crucial for the quality of delivery and timely delivery. Cucumber and Selenium tools help you achieve that in the functional front. IT companies need ...

Cucumber: An Introduction

02. August 2019 Uncategorized 0
Cucumber is an automation testing framework. It is a testing tool that plays a vital role in a development approach called Behavior Driven Development (BDD).  For testing, another software cucumber is a valuable tool, and it uses the language Gherkins. Behavior Driven Development describes the overall behavior of the system. BDD makes the entire testing ...

Digital Testing

  Digital Testing  Since we live in a world of digital transformation, we pay attention more to the user satisfaction with their systems. But, in most cases, we forget the end user. Digital testing is not a term which is totally unaware by a software tester who has an experience of doing agile testing. Because ...

Scope for Software Testing

29. April 2019 Uncategorized 0
Building a career in software testing is a result of continuous effort, business understanding, scripting knowledge , knowledge of an array of different testing types like security, mobile apps, performance, cloud, etc. We can say that software testing is not just a single technology and it is so much more than that. Unlike any other ...

Automation Scripting

29. April 2019 Uncategorized 0
    Automation Scripting became the new generic  since the IT is all about that ‘lines of code’. The test operations grew increasingly automated and scripting skills became essential to the growth of your career in Software Testing. The need for automated testing grew when there came a need for skills more than the capability ...

Manual and Software Testing – FAQ  Part 3

22. April 2019 Uncategorized 0
  Mention some examples of Bug Severity and Bug Priority? High Priority & High Severity: Submit button is not working on a login page and customers are unable to login to the application Low Priority & High Severity: Crash in some functionality which is going to deliver after couple of releases High Priority & Low ...

Manual and Software Testing – FAQ  Part 2

22. April 2019 Uncategorized 0
    What is Defect Cascading in Software Testing? Defect cascading in Software testing means triggering of other defects in an application. When a defect is not identified or goes unnoticed while testing, it invokes other defects. It leads to multiple defects in the later stages and results in an increase in a number of ...

Manual and Software Testing – FAQ  Part 1

22. April 2019 Uncategorized 0
    What is Monkey Testing? Perform abnormal action on the application deliberately in order to verify the stability of the application. What is Usability Testing? To verify whether the application is user-friendly or not and was comfortably used by an end user or not. The main focus in this testing is to check whether ...