Integration Testing
Integration testing (sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing. Integration Read more »
System Testing
System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the system’s compliance with its specified requirements. System testing falls within the scope of Read more »
Exploratory Testing
What is Exploratory testing? • As its name implies, exploratory testing is about exploring, finding out about the software, what it does, what it doesn’t do, what works and what Read more »
Advantages of Exploratory Testing
Tester’s utilization: Tester can contribute right from beginning of development. They get opportunities to utilize personal skills, experience and knowledge. It adds value to their work and motivates them Read more »
Introduction to Appium
Introduction to Appium Appium is an open-source tool for mobile automation. It allows automation of native,mobile web and hybrid mobile applications. Using Appium, we can automate iOS, Android and Windows Read more »
Why testing in Appium framework is so easy
Why testing in Appium framework is so easy. Appium is free and open-source and easily downloaded from GitHub. It is designed for mobile and only mobile – Selenium is Read more »
Types of Mobile Apps Testing
Here are types of mobile app testing. Appium is mainly used for functional and regression testing of Mobile applications. Functional Testing Performance Testing Memory Leakage Testing Interruption Testing Usability Testing Read more »
Appium philosophy
Appium philosophy Appium is built on the idea that testing native apps shouldn’t require including an SDK or recompiling your app. And that you should be able to use your Read more »
Appium architecture
Appium architecture Client: Client in Appium terminology is one of the client libraries (in Java, Ruby, Python, PHP, JavaScript, and C#) available for Appium. These libraries provides mobile specific commands (such Read more »
Frameworks used by Appium
Frameworks used by Appium Below is a list of vendor frameworks Appium uses for automation on different platforms. iOS: Apple’s XC Test / UI Automation Android 4.2+: Google’s UiAutomator Android 2.3+: Read more »
