
Search In
The Test Case Templates are the document that describe and cover the Inputs, events and Expected results of the Application. Templates determine that the Features of an application
Is Working Correctly. Test case templates contain all particulars of
The Test Case Templates are the document that describe and cover the Inputs, events and Expected results of the Application. Templates determine that the Features of an application
Is Working Correctly. Test case templates contain all particulars of
Hi All,
Here I am going to explain about the agile model & how it is different from traditional model & basic introduction of Agile scrum.
Agile Methodology: Agile testing is used when customer requirements are changing dynamicaly.
When we
Sometimes we need to hide or show TabBarController from the bottom of the screen then we can just use following functions to do so...
In AppDelegate or Singleton class
for .h class :-
- (void) showTabBar:(UITabBarController *) tabbarcontroller;
- (
Widgets are the GUI elements that can perform some controlling tasks. In OpenERP, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an object, or getting lists out of huge data, or spli
Steps for Script Creation in JMeter
1.Right Click on Test plan-> Add Thread Users-> Thread Group
2.Right Click on Thread Group->Add Logic Controller->Transaction controller
3.Thread Group-> CSV Data Set config
4.Thread Plan-> HTTP
This blog gives a simple example to implement Gesture listener ( or horizontal swipe) on ListView item.
public class MainActivity extends Activity implements OnGestureListener{
private ListView listView;
private ArrayList LIST;
private
Sometimes you face the problem to export the data into csv file using clientside platform. In this case you can use javascript and jquery.
Below is the code to find out the solution:
Javascript Code:
$(document).ready(function () {
function
Hi Guys,
Do you know how to implement PageViewController ?
This is an IOS very good and efficient feature. Below I have implemented a example which will help you use the PageViewController.
Lets assume you have create a Book for kids which helps
Every object in OpenERP is based on OSV i.e Object Service and this service implements full Object-Relational Mapping enabling developers not to worry for the simple SQL operations.
In OpenERP, we have such ORM methods that are very useful. Here are
