Filter by Category
Application Development in C++
A super set of C, C++ stands tall as an object-oriented programming language, encompassing all the robust features of its predecessor, C. Born as "C with classes," C++ has undergone a remarkable evolution. Despite the emergence of competitive programming languages...
Best Practices for C++ Development
1. Use the Tools Available In the early phase of the development process, an automated framework needs to define for source code management, build, execute and test. It should not take more than 2-3 commands to check out the source...
Automation Approach for a Telecom Wireless Analyzer Product
The rapid transformation in telecommunications industry has resulted in rapid transformation of the ecosystem. Communication Service Providers (CSPs) are working aggressively to either build new networks or enhance existing ones to support new technologies and growing end user demands. As...
Automation Approach For Telecom Wireless Simulator Product
Overview: There is a rapid transformation of legacy network of various Telecom Service Providers to support IP & Multimedia services, especially after the advent of 5G, NFV & SDN plus usage of IoT in Telecoms. And hence Network equipment manufacturers...
5G Wireless Testing Solutions
What is 5G Network 5G Technology stands for 5th Generation Mobile technology. It supports different kinds of UEs that includes IoT devices, camera, MP3 recording, video player, large phone memory, dialing speed, audio player and much more. 5G Technology Offers...
HOW TO CREATE ROBOT FRAMEWORK COMPATIBLE TEST CASES
[slider]ROBOT FRAMEWORK which is a generic test automation framework for acceptance testing and its tabular test data syntax is almost plain English and easy to understand. Its testing capabilities can be extended by test libraries implemented either with Python or...
Achieve Quality Code and ROI through Test Automation
Automation crosses all functions in an industry from installation, integration, and maintenance to design, procurement, and management. The main goal of Automation testing is to increase the test efficiency and to ensure applications are error-free, cost-efficient, and quickly delivered to develop software...
Selenium - Most popular Open Source Automation Tool
Selenium Testing is the most popular open source automation testing tool for Web-based applications.It supports all types of browsers for automation.Also, it supports to run test cases without scripting languages as well as all common languages such as Java, C#,...
Robot Framework : Outstanding Platform in Automation
"Automation test” explains about the easiest way to do test work and reducing human work, increasing coverage of Testing and re-usability. A million dollar question arises I.e. “how am I going to start coding?”. Basically, coding is the pillar to make stand automation test to prove...
TestNG and Cucumber
TestNG: TestNG is a testing framework inspired from JUnit and NUnit, but introducing some new functionalities that make it more powerful and easier to use. TestNG is an open source automated testing framework; where NG means Next Generation. Cucumber: Cucumber is a tool...
Robot Framework For Mobile Test Automation
Mobile Apps are windows to user solutions in IT. the numbers of mobile apps are increasing due to demands for smartphone users. Hence there are increasing of the competition to deliver quality apps. Testing mobile apps are thus becoming a...
Selenium Basics
1.What is Selenium? Selenium is one of the most popular open-source automated testing Tools available today. Selenium automates web applications for testing purposes but is certainly not limited to just that Selenium is not a single tool, instead, it is...