Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to locate elements through UIAutomatorViewer ?

In my previous blog I have explained about Methods to locate elements through Appium. In this I will guide you to locate elements through UIAutomatorViewer. Locating element is one of the difficult task in mobile automation. We can use UIAutomatorVi

How to scroll to a specific element in Appium ?

Many times there is a requirement in the test step to move to a specific link, keyword, etc. So, we have two methods through which we can directly scroll to the desired element. The two methods are as follows: scrollTo(String text) scrollToExact(St

Importance of Stability of QA Team?

Stability is very important. At the same time it is hard to control. Team members learn a lot over the period of time in a clients project. Not every detail (lesson learnt) is documented. The team members know the pattern and the rhythm at which the

Save CakePHP session in Database ?

How to save CakePHP session in Database ? To store session in Database, you need to create a table in DB so that you can store the session in it. Follow below steps. 1. Create a table in DB CREATE TABLE IF NOT EXISTS `users` ( `id` VARCHAR(255) NOT

How to invoke installed application through appium ?

The first step after the starting the Appium server is to launch or invoke the installed application through the script. First we should set the desired capabilities and then launch the application. DesiredCapabilities capabilites = new DesiredCapab

Magento 2.0: How to add static block in a page template

In order to add static block in page (.phtml) template. Follow the steps below: Display Static Block in Phtml file & CMS page. In XML File: <referenceContainer name="content"> <block class="Magento\Cms\Block\Block" name="block_identi

How to add placeholder inside UITextView

To add placeholder UITextView first take outlet of UITextField ex- @property (weak, nonatomic) IBOutlet UITextView *yourTextView; Then follow these steps 1. In viewDidLoad add these line of code self.yourTextView.text = @“Please type here.”;

How to add mass Delete & mass Status action in magento ?

Hello Readers, In this tutorial, i will explain how to add massDelete & massStatus action in magento. This tutorial assumes you already know how to create Magento admin grid. Advantage of Mass Action: Mass Action option plays very important role

How to share posts in Facebook by using SLComposeViewController in iOS

We can share post in Facebook by using following steps: Add one button on ViewController and give action to it. Import #import <Social/Social.h> Now in button action write following code. - (IBAction)facebookButtonAction:(id)sender {

How to Import CSV File Data into Mysql

Hi,   In my previous post I have explained about “How to Export MySQL table data to CSV File using PHP”. Now in this tutorial I am going to explain how to import CSV data file into mysql. Suppose that we have a CSV file with 3-4 entry, we can

1 162 178
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: