Home > Articles posted by Mohd Nazim
FEATURE
on Dec 23, 2020
584 views 12 secs

Apache has released its next iteration of JMeter version which is 5.4.On the 4th of December 2020, the Apache JMeter™ team releases it.This blog provides information about this new version.You can check for JMeter 5.3 release from my artical. Download Apache JMeter 5.4 Navigate to https://jmeter.apache.org and click on the relevant package file as shown […]

FEATURE
on Nov 15, 2020
556 views 19 secs

Postman is widely used tool for API testing . Testers discover endpoints, make requests, create test data, run regression testing, implement continuous integration of API testing by using Newman and much more. However, Postman has certain testing limitations. Developers, DevOps and QA engineers who want to gain more load testing abilities can convert their Postman […]

FEATURE
on Nov 15, 2020
604 views 33 secs

JMeter is most popular and open source tool for performance testing ,but there still some scenarios where we need to look for solution for the features which is not supported by JMeter, One of such scenario, imagine that you’ve got an application that you want to performance test, and that application requires test data to […]

FEATURE
on Nov 7, 2020
680 views 18 secs

Performance testing is sort of testing expected to decide the responsiveness, throughout, dependability, and additionally adaptability of a framework under a given outstanding load or whether the expected performance is met or not under the actual conditions of use. In the software, the dynamic response always returns the different data for each iterative request and […]

FEATURE
on Aug 16, 2020
570 views 19 secs

Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult.Azure Pipelines formerly known as Visual Studio Team Services(VSTS) is a Microsoft product. It is a Continuous Integration (CI) server, which automates the build and deploy process of your web applications. By […]

FEATURE
on Jul 19, 2020
512 views 16 secs

JMeter Below are major improvements for JMeter 5.3 release: Themes Added Darklaf look and feel that improves several components. Light: IntellJ Solarized Light HighContrast Light Dark: OneDark Solarized Dark HighContrast Dark Tree indentation level is easier to follow: JMeter tree with Darklaf Darcula theme JMeter tree with Darklaf IntelliJ theme New look and feel themes. […]

FEATURE
on Jul 2, 2020
540 views 18 secs

Selenium is most widely used open source tool for UI automation testing. As we are moving towards more Agile development and faster delivery of software product, QA team are getting short time frame to perform the testing ,so QA developers are finding ways to execute the tests in parallel to save the time .Selenium provides […]

FEATURE
on Jan 14, 2020
534 views 26 secs

If you have an application or e-commerce site (or any site for that matter), it’s not uncommon that you would expect a higher level of traffic on certain days, like Black Friday.At moments like these, we need to take our load tests to the next level and simulate larger numbers of concurrent users. If we […]

FEATURE
on Dec 3, 2019
501 views 19 secs

JMeter 5.2 has been released! Apache has released it’s newer version of JMeter recently on 6 Nov 2019 with new features, many enhancements & bug fixes. There are a lot of changes in the latest JMeter release including product improvements and bug fixes compared with the previous version of JMeter 5.1. Whats new in JMeter5.2? 1.New Protocol: […]

FEATURE
on Sep 26, 2019
608 views 21 secs

Selenium Grid is a powerful tool for testing web applications across browsers and operating systems, but incorporating it into a Continuous Integration pipeline can be frustrating. Integrating the Grid with a CI/CD server is complex, and a misstep during setup can lead to unreliable test errors, and down that path lies madness.Selenium Grid plugin for […]