
Search In
Tester can test mobile application with manual methods or with automated scripts.
Please find the following automate testing tool below:
1.Appium :- It's an open-source testing tool for mobile and web application as well. Appium is good
Hi All,
This blog is about ionic framework functionality ion-slide-box. Ionic framework has some beautiful features one of them is ion-slide-box. It is a directive that allows you to create simple and smooth slider in mobile application.ion-slide-bo
CRUD Operations in Rails
Before understanding CRUD operations in rails we will see what are active records. Active records point to the models of MVC architecture. Model is the component of mvc architecture which is responsible for persisting data s
Table view is one of the most frequent iOS app UI element. In iOS many of the apps utilize tableview to exhibit a list of data. Special features of tableView include headers, footers, rows, and section. It provides a list of options further s
We can apply constraints with the help of coding also.
Suppose we have a button and we have to give constraints to it so below coding can help us to do so.
Lets make a custom button first.
UIButton *firstButton;
firstButton = [UIButton
I am using Browsernizer gem to prevent some browsers version from accessing website and redirect to a static instruction page to upgrade browser version.
So using before_filter method in ApplicationController to detect browser version & redirect
In Odoo-9 you have to create module and xmlrpc folder in server and install the apache2 in your system.
After this follow the step given below:
Step1- First create apache2 for our system using the command show below
sudo apt-get install apache2
Hello Readers,
Side menus widely uses in mobile application and it provides a user friendly interface. Ionic framework provides an excellent directive which is easy to implement. In this post we will learn implementation of side menus in our app.
I
What is Soak Testing?
This is a non-functional testing. In the Soak Testing, the System under Load (SUL) is checked that it can face an immense/large volume of the load for an extended timeframe.
Soak Testing is only a kind of a per
Hello Readers,
In this tutorial, I will explain how to add Store View selection to Module’s Adminhtml
This article assumes you already know how to create Magento Admin grid.
Go to Namespace/Module/Block/Adminhtml/Module/Edit/Tab/Form.ph
