Skip to main content

Posts

Showing posts from October, 2018

Automation with SoapUI – Part II

I n the previous article   Automation with SoapUI – Part I , we learned about various features of SoapUI for functionality testing of API services and automating test cases & creating Test Suites. However, the usage of SoapUI is not limited to Functional Testing. SoapUI has amazing abilities for   non-functional testing   like Performance Testing and Security Testing. One of the most important features of SoapUI for performance testing is that we can create complex functionality scenarios and then load test them. This helps test various business scenarios on different loads depending upon usage. In this blog, we will learn the various feature of SoapUI in the Performance Testing domain. Performance Testing can be classified into various categories – 1. Load Testing –  In Load Testing, the Application Under Test (AUT) is subjected to a higher load than its handling capability to test the behavior of the AUT. 2. Stress Testing –  In Stress Testing, the AUT is exposed to

VUE.JS & Its Features

Nowadays, Application of software development is one of the most popular businesses being practised both at the individual as well as enterprise levels. Various tools and techniques are being used by the developers for launching successful applications. Many software technologies are also being used by the developers to make the applications faster, more attractive and user-friendly among them. Vue.js is one of those new software technologies that are being widely used all over the world for web development. Vue.js is simply a JavaScript framework with various optional tools for building user interfaces. In the age of new javascript frameworks that are component-driven, Vue is distinct by its simplicity and performance. It mainly focuses on the view layer and offers a lot of functionality for the view layer and used for building powerful single-page web apps. Vue.js uses JavaScript ES5 or ES6 while Laravel provides a core library for Vue.js. The ecosystem is vibrant, with more a

Where I can get Business Event Mobile App Development Solutions?

9series came into being in the year 2007. 9series have completed more than 100+ mobile app projects successfully in Android, iOS (iPhone & iPad) and Windows. 9series located in New York, US and our development center in Ahmedabad, India, we also have another branch in Africa and Kenya. We are working for Domestic and International Clients and our main aim is to build a solid reputation in the Global market. We have 30+ professional mobile app developers in Android and iOS respectively. We are well known for Mobile App Development Company in India & USA . 9series are global experts in developing event management solutions and helping result oriented experts to accomplish a multitude of successful business events each year. We approach each phase of business event from planning, organizing, marketing, and registration to post-event analysis and reporting. Our business event management and conference mobile app solutions make life smooth and suitable for event organizers.

Automation with SoapUI – Part I

API test automation helps reveal integration issues across the entire chain of services or systems, thus preventing number of bugs and issues, not to mention the time and efforts required to fix the issues after bug leakage. Even a small change in an API will give a different response, and will be detected by automating API testing. The appearance of APIs (Application Programming Interface) and communication protocols like SOAP and REST took software development into an altogether different level. It became relatively easy to integrate completely different services and develop more powerful and useful softwares. APIs became an important part of software development and also one on which the entire software are sometime depended on. This led to the developers and more specifically, testers, to focus on making APIs more reliable and bug free as much as possible.  API Testing  today, is an integral part of the testing process. The APIs must be tested thoroughly by integrating them w