Testing Tools / Discussion Club

Welcome to our Discussion Club.
You can discuss here whatever you want!
Questions for QAProvider Team about projects / payments / other stuff are welcomed.
Questions to each other are welcomed! Meet up professionals, networking, co working!
Also, you can earn money posting articles here.
Subscribe me on new discussions


QAProvider Team
CyberChef - Useful decompression tools
Here we are to introduce useful tool for QA activities CyberChef. There are a lot of tools online that helps to decompress from one representation of data to another one. But this tools gives an ability to build the chain of transformation. Example on chain: Input -> Base64 decode -> Unzip. 
Views: 195, Comments: 3, Karma: 1
Publish date: 4 years ago

7 cross-browser testing tools
1. Browsershots. 2. Browser Sandbox. 3. IE Testers. 3.1 Netrenderer . 3.2 Microsoft Edge. 3.3  My Debugbar. 4. Webshot by Mobile Ready. 5. Browsera. 6. CrossBrowserTesting. 7. BrowserStack. The list includes both paid and free tools.
Views: 156, Comments: 2, Karma: 5
Publish date: 4 years ago

JMeter Tutorial - How to build a Distributed Load Test (Throughput Controller)
Today we will learn: ============================================================1. How to make our samplers run with defined percentage execution. (Distributing the load) 2. How to use Throughput Controller to achieve this. —————————————————————————————————————————What is a real case scenario ?Suppose a web application has 3 webpages WEBPAGE A ,WEBPAGE B, WEBPAGE C and a real case scenario...
Views: 1343, Comments: 2, Karma: 2
Publish date: 5 years ago

How to read emails with Jmeter - (Mail Reader Sampler)
Today we will learn —————————————————————————————————— 1. Setup Mail Reader Sampler  2. How to read emails with Jmeter______________________________________________________________________________Step 1 : Configure JavaMail & Create Test Plan & Add Thread GroupI have discussed about how to configure JavaMail , click here to see my last tutorial.To add Thread Group , click here to see my...
Views: 2191, Comments: 3, Karma: 1
Publish date: 5 years ago

How to send Emails with Jmeter (SMTP Sampler)
Today we will learn ———————————————————————————————————1. How to load test email server 2. Configure SMTP sampler to send email________________________________________________________________________________Step 1 : Configuring JavaMailThe JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE platform...
Views: 5756, Comments: 0, Karma: 0
Publish date: 5 years ago

How to run JMeter from Command Line (non GUI mode)
Why to execute non-GUI mode ?GUI : consumes more resources / memoryGUI : not recommended for heavy load testingCommand Line : can be integrated with other systems -Jenkins etc.In short GUI mode is not good for heavy load testing, since it consumes a lot of memory and resources. GUI mode...
Views: 42031, Comments: 1, Karma: 1
Publish date: 5 years ago

Katalon Studio Tutorial -- Create Test Case using Script Mode
How to create & run test  in Katalon Studio using Script Mode Step 1 - Download & Open Katalon StudioDownload Katalon Studio from here.You have to Sign up in order to download Katalon StudioAfter downloading, open katalon.exe (create desktop shortcut for future)Click on New Project and give name to the projectClick...
Views: 712, Comments: 0, Karma: 2
Publish date: 5 years ago

Katalon Studio Tutorial -- Create First Test Case (Record & Replay)
KATALON StudioKatalon Studio is a comprehensive toolset for web and mobile app automation testing. This tool includes a full package of powerful features that help overcome common challenges in web UI test automation, for example, pop-up, iFrame, and wait-time. This user-friendly and versatile solution help testers test better, work faster,...
Views: 1801, Comments: 4, Karma: 2
Publish date: 5 years ago

JMeter Tutorial -- SOAP API Test
Hello, welcome to another Article of API test. To know about API & Web Services, visit my previous article. We have already discussed about Rest API in the previous article. In this article we will discuss about Soap API. SOAP API (Simple Object Access Protocol)SOAP is a XML-based protocol for accessing web...
Views: 992, Comments: 0, Karma: 3
Publish date: 5 years ago

JMeter Tutorial -- REST API Test
API & WebServicesBefore going to the test let's understand what API and Webservices are, Imagine you arrive at a restaurant and you’re wanting to have a hearty meal. There are a few steps you need to take in order to get this done. You perhaps take a look at the Menu to...
Views: 234, Comments: 2, Karma: 2
Publish date: 5 years ago