You can run the Android application test using Appium by connecting android device in the debugging mode. So, in order to do that you need to first enable the USB debugging mode and connect it with your PC. Configure Appium in Windows First, enable the developer option in android device to access USB debugging mode. Read more…
Monthly Archives: January 2017
How to Ensure Successful Testing by Prioritizing Test Planning?
Test planning is a key part of software testing irrespective of the project size. A proper test plan inline all project goals with schedule and includes requirement, features to be tested and not to be tested, testing approach, and more. Test plan can be created in a single document that will include schedule, budget, and Read more…
Create Your Own Agile Testing Practice in the World of Mobility?
Today, mobile forms the basis of any kind of communication. Mobile has become an integral part of day to day life for any kind of activities, be it shopping, travelling, or any other thing. However, with the advancement in technology, there are many such applications that are coming up with new features and often have Read more…
How to Work With FireBug Add-on on Firefox?
Once you have installed the FireBug Firefox Add-on, follow the below mentioned steps. Launch the Firefox browser, and go to google.com. Click the ‘FireBug’ icon on the browser or press F12 key. This will display the FireBug option, as shown below. Click on ‘Inspect Element’. Select any UI element and ensure its source code is Read more…
Five Factors That Will Have a Huge Impact on Digital Banking and E-Wallets in 2017
We have seen a lot of changes and challenges in the digital banking system in the last year. However, with people shifting more towards digital payments, there are a few key elements that can have a significant impact on digital banks and E-Wallets. Security Security is the prime concern of the majority of the digital Read more…
How to Use TextPad Tool to Write and Execute Java Programs?
Install Java JDK file. Go through some tutorials to understand a simple Java program and its configuration. Install the TextPad editor tool. Launch TextPad editor tool. Write a simple Java program using the tool. From the ‘Tools’ menu, go to ‘External Tools’ option and select ‘Compile Java’ option. This will display the ‘Save As’ dialog. Read more…
How to Perform Distributed Testing Using JMeter?
Distributed testing uses multiple systems to perform stress testing. Distributed Testing can be used for testing server applications and web sites, especially when they deal with multiple clients simultaneously. This uses the client-server model. The client-server model includes: Master: It is the system that runs the JMeter GUI and controls each slave. Slave: It is Read more…
How Li-Fi Testing Will Boost Internet Speeds in Real-Time?
The newly tested wireless communication technology Li-Fi promises to provide high Internet speeds by increasing bandwidth by 100 times. A recent testing result showed that Li-Fi can manage to achieve speed up to 1 Gbps, with a capability of downloading more than 25 1GB movies in a second. It might take some time to sink Read more…
How to Convert Existing Selenium Scripts into JMX files?
In order to leverage functional Selenium tests and produce load test scripts, you can convert existing Selenium scripts into JMX (Java Management Extensions) files. This avoids the need to update and maintain JMeter scripts every time the web application changes. The scripts can be easily converted from an existing Selenium script. You need to maintain Read more…