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

Search In

Mobile Testing - What are the Challenges in Mobile Testing?

Following are different Challenges in Mobile testing:- 1.There are many different Mobile platforms - IOS, Android, Windows, BB 2.Further different versions of these operating systems 3.Many different screen resolutions 4.Different CPU configurations

How to make ON/OFF switch button in android.

In the below code first I have added a Switch button in main layout. Here I have created two-state toggle switch that can select between two options. The user may drag the thumb back and forth to choose the selected option. In MainActivity I have use

How to insert multiple records into MySQL Using MySQLi/PDO

Here we will learn how to insert multiple records into MySQL Using MySQLi/PDO using the mysqli_query()/exec function in MySQLi and PDO respectively.The examples below insert two new records to the "Employee" table: For example: MySQLi mode <?

What is End to End Testing Process and Activities?

End to End Testing Process The following outline provides a review of the End to End testing process:- Below are the key activities covered in End to End Testing are:- Investigation of end to end testing necessities. Test Environment setup and

HOW TO TAKE INFORMATION FROM USER USING HTML FORMS

When we want to take(collect) information from user or those who are visiting site, for this purpose html forms are use. for eg:- for user registration in any social site, we want to collect his personal information like his name,last name, email, a

What are the advantages of using AngularJS over jQuery?

As the various answers here say, Angular is a framework and JQuery is a library Let say we need to execute the well known scenario of a UI having the capacity to send a few solicitations to a backend server and shows the outcomes on a website page

Access Main ui from background thread in android

We know that in android only main thread can touch the UI but there are some severals methods that can touch the UI from background thread that are following as : 1. Handler 2. PostDelayed 3. RunOnUIThread 4. AsyncTask 1. Handler is basically us

Creating views using controllers in MVC

In MVC while creating project your first task is to create a controller where code behind is defined. public class HomeController : Controller { public ActionResult Index() { return View(); } public

Razor Engine in MVC

While working with MVC you dont see # tags which denotes aspx engine you will always see @ which denotes the razor engine. So writing HTML in this engine is different as compared to aspx engine @model MVC_Demo.Models.EmployeeModel @{ ViewBag.

Apply mutations on the user's saved selection and report back to the client in OpenERP

In OpenERp we first create report of the client and apply mutations on the user's saved selection of the search domain to be processed. The domain is only processed if no ids are present. If both domain and ids are missing, this will lead to all

1 51 159
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: