
Search In
Testing Technique utilized for Positive and Negative Testing
Following strategies are utilized for Positive and negative approval of testing is:
Boundary Value Analysis
Equivalence Partitioning
Boundary Value Analysis:-
This is one of the produ
Hello people,
With the new roll of android studio 1.4 we have received many cool features one of them is Branching of layout into precise manner.
Android has introduced two different layouts while we create the main activity, these two activities a
You can create form view in odoo by using below code in .xml file
There are two ways to create a Form View in Odoo.
1. Existing Form
2. Simple Form View.
1- Existing form – Here you have to inherit form view and change this form view in odoo.
&l
In Laravel 5.0 we have in built functionality for forgot password or resetting password. Once the user reset his/her password he/she is logged-in and redirected to the specific URL. But what if the user is deactivated by the super admin temporarily a
There are many times we have to switch from one application to another while in the middle of execution. In this case we have to switch to the second application and then perform some action and then again return back to the previous application.
D
In this article, we will go through the different code editors and IDE’s which are useful in angular2.
Visual Studio code: Visual Studio code is developed by Microsoft and it is relatively new, microsoft has developed the TypeScr
Hi All,
When we use AngularJS in any of our page, while rendering it on browser we happen to see flicker in HTML with uncompiled raw html. And once the AngularJS is compiled then it will show the compilled output. To avoid this flickering we can use
we can create products with custom options by programming in Magento
follow the steps :
Create a form to submit all mandatory details to create a products
Post all details to form controller to save product
public function saveproductAction()
{
Printing a report from a button a wizard is quite easy and very fast in execution. Its really awesome when you created a report on your own format using OpenOffice or any other report designing tool for OpenERP, and you can call that report on a sing
Let's suppose we have a situation where we want to change query string value of anchor tag href on text-box keyup event
Text-box keyup event is triggered when we release a key on the keyboard.
We are considering that our HTML page is like
