How is UAT performed?

By Nethru Limited (www.nethru.com)

thinkingUser acceptance Test (UAT) is a testing performed by the Client to ensure the system is completed as in the previous agreed requirement. This test occurs in the final phase of development, before launching the system to the Production environment.
Client, in great responsibility as the last guard of a production system, usually is not an IT expert. How are they going to perform a UAT? Here are some tips which can help.

Read more

Software testing with V Model

By Nethru Limited (www.nethru.com)

599px-Systems_Engineering_Process_II.svg
Software testing is the front door and also the back door in a software development process.
Why? It first happens when users try to develop their user requirement. They would surely need to understand the criteria of accepting a software in the first place, i.e. how could they consider if a software is ready to use?
On the other hand as a developer, besides meeting the user requirement, there is also numerous tests such as load test, security test, performance test to prove the software is ready for production. So software testing techniques could act as the back door of the development process right before the product launch. Here we talk the main concepts of software testing.

Read more

Difference between jQuery attr() and prop()

By Nethru Limited (www.nethru.com)

jQuery

Starting from jQuery 1.6, they introduced the method prop(). According to the official document of jQuery, the reason they introduced this new method is due to inconsistent behavior when using attr() before jQuery 1.6.

Before jQuery 1.6, the attr() method sometimes took property values into account when retrieving some attributes, which could cause inconsistent behavior.

Someone may ask when we have to use attr() and when to use prop(), this is how the official document said.

To retrieve and change DOM properties such as the checked, selected, or disabled state of form elements, use the .prop() method.

That means they suggest us to use prop() when we are going to get the attributes when boolean result, like checked, disabled or selected.

Read more

Notes (2) – Setup SSL Certificate for your site

By Nethru Limited (www.nethru.com)

SSL

If you would like to setup SSL certificate for your website, here are some steps that may help. Before you start the setup process, you have to buy and get a SSL certificate first.

Some common certificate authorities like VeriSign, Comodo Group, GoDaddy, GlobalSign, etc, which have to be paid for a cert, and also StartSSL, which have both free and paid plans.
(For details, please visit their official websites)

Read more

Sharing: Online SVG editor (in JavaScript)

By Nethru Limited (www.nethru.com)

If you are searching for a free and simple SVG editor or viewer, the following may be a good choice, which I found on Google Code recently. (svg-edit)

It is open source, so you can download and use it for free. Besides, it has a demo here. So, you may use it as an online SVG editor.

svg-edit screenshot

Simple and easy-to-use UI


Read more

1 2 3