Category Archives: Uncategorized

Penetration Testing Overview

Penetration testing is used to detect vulnerabilities present in the system in order to protect the sensitive data from the attackers who try to exploit the vulnerabilities present in the system. It basically determines the weak areas for any intruder to attack. This is required majorly when updating the system or adding new network infrastructure. Continue Reading »

JMeter-Performance Testing

Apache JMeter is a tool that can be used for load testing to analyse and measure the performance of web applications, mobile applications, HTTP requests, web services, database etc. JMeter simulates the number of users to send requests to the target server and records the stats in various available formats to analyse the performance. Simply Continue Reading »

Performance testing challenges and How to overcome them

What is performance testing? In software development lifecycle (SDLC), software testing plays an important role along with software development. We have various types of testing in which Performance testing is one of the most important types of testing which ensures that our software performs stably under varying load conditions. Performance testing belongs to the non-functional Continue Reading »

Build and Deployment Configuration Flavors in React Native

At the point when you don’t have a server-side programming foundation, environment variables can appear to be a touch of enchantment. That absence of information smacks you in the face when you’re finished making todo applications on your localhost and attempt to make a production build for the application. The issue we’re illuminating:  Step by Continue Reading »