Benchmarking

Benchmarking is a process used by organizations to compare their performance metrics, processes, products, and services against industry standards or competitors in order to identify areas for improvement and best practices. Introduction: Define benchmarking and its significance in

By |2024-03-06T16:25:23+05:306 March 2024|0 Comments

How to setup Appium in ubuntu.

What is Appium? Appium is an open-source project and ecosystem of related software, designed to facilitate UI automation of many app platforms, including mobile (iOS, Android, Tizen), browser (Chrome, Firefox, Safari), desktop (macOS, Windows), TV (Roku, tvOS,

By |2023-09-14T14:53:06+05:3014 September 2023|0 Comments

Optimizing Database Operations in Django

Why do you need to know this? Optimizing database operations is crucial for improved application performance, scalability, cost efficiency, and enhanced user experience. It reduces query execution time, minimizes resource utilization and ensures the database can handle

By |2023-06-26T15:25:43+05:306 June 2023|0 Comments

How to pass a Bearer token in Rest assured?

What is the Authorization Header? The Authorization request header includes credentials to authenticate the client on the server. HTTP provides a built-in framework for user authentication and controlling access to protected resources Bearer token Bearer tokens enable

By |2023-05-15T13:25:43+05:3015 May 2023|0 Comments

Normalization in DBMS

Database Normalization is the process of organizing a relational database in accordance with a series of so-called normal forms in order to reduce data redundancy and improve data integrity. It was first proposed

By |2023-05-16T14:28:08+05:3031 March 2023|0 Comments

OWASP Cryptographic Failure : Information Disclosure Vulnerabilities

These Vulnerabilities allow you to access  information that should not be attainable or visible. What is information disclosure? Information disclosure, also known as information leakage, is when a website unintentionally reveals sensitive information to its users. Depending on

By |2023-02-27T15:52:17+05:3023 December 2022|Comments Off on OWASP Cryptographic Failure : Information Disclosure Vulnerabilities

How to run jmeter script on linux server

WHAT IS JMETER? Apache JMeter is a pure open source Java application designed to load test functional behavior of a system and measure its performance. JMeter used  to measure the performance of a web application or other web

By |2023-01-17T19:55:44+05:3016 August 2022|Comments Off on How to run jmeter script on linux server

How to Upload File in jmeter

How to Upload File in jmeter- In performance testing scenarios, you might come up with file uploading functionality in any application. In this blog, I will explain to you how we can upload file in JMeter. For files

By |2023-01-17T19:56:38+05:305 July 2022|Comments Off on How to Upload File in jmeter

Yaazhini – Android APK & API Vulnerability Scanner

What is Yaazhini? Yaazhini is the vulnerability scanner for android application APK and REST api. User  can easily scan any APK and API  of android application and find the vulnerabilities.  Refer the link to Download Yaazhini  for Mac

By |2023-01-17T20:03:05+05:3015 September 2021|Comments Off on Yaazhini – Android APK & API Vulnerability Scanner

Performance Testing on Auth2 APIs using Jmeter and server cmd line

What is Performance Testing? Performance Testing is a software testing process used for testing the speed, response time, stability, reliability, scalability, and resource usage of a software application under a particular workload. What is OAuth 2.0? The OAuth 2.0 authorization framework is a protocol that

By |2023-01-17T20:06:13+05:3020 April 2021|Comments Off on Performance Testing on Auth2 APIs using Jmeter and server cmd line

How to Install Appium in Windows OS and write first test script.

Appium:-  Appium is an open source, cross-platform mobile application testing tool. Support Json Support automation test on physical device as well as Similar or emulator both. It no dependency on mobile device. Appium installation on windows OS:- Before

By |2023-01-17T20:08:18+05:3011 February 2021|Comments Off on How to Install Appium in Windows OS and write first test script.
Go to Top