Startup(s) Are Creating A New Platform Of The World For IT
It remains that, from the same principles, I now demonstrate the frame of the System of the World. – Isaac Newton The practice of IT reminds me a lot of the practice of science before Isaac Newton. Aristotelianism was dead, but there was nothing to replace it. Then Newton came along, created a scientific revolution with [...]
Read MoreOpenERP attrs readonly-invisible openerp view
OpenERP have attrs feature. To set any field visible or not on base of condition then use attrs. you can make readonly too.. <field name=”year” attrs=”{‘invisible’: [('type','=','normal')]}”/> Here you can see here one field year and also their is another field is type. Here if type field have value normal then year will visible [...]
Read MoreOpenERP : Set Readonly via py
Hello, To set any field as readonly from openerp python code. you need to use fields_view_get method of ORM. Also Note that account_voucher.py have an example. Also lots of examples are ready their inside addons where domain are set via py file. Their should need to get view file and need to modify it…. [...]
Read MoreOpenERP Functional Requirements Specification (FRS)
A Functional Requirements Specification (FRS) can be derived from the SRS. This document describes the processes that users employ when interacting with the system. It describes inputs (what a user does) and outputs (how the application responds to user input). This document is often used by members of a test team to create test cases. It’s having all the information [...]
Read MoreOpenERP Requirements Specification (SRS)
Business requirement specification (BRS) : It’s having all the business rules , it will prepared by Business analyst/Client, but we are unable to understand that business rules , so our domain experts will create FRS or SRS, so that we can easily understand. It contains brief description about the application. It is the 1st process that should befollowed by every Organization [...]
Read MoreDifferent Software Testing Domains
Most of the times, we testers keep shifting from different projects. These projects can be in the same domain or different like Retail, Utilities, Healthcare, e-commerce, banking etc…. Here is a brief description about different domains, which may help most of the testers to understand the importance of Domain Knowledge. BFSI: BFSI stands for Banking, [...]
Read MoreMobile Testing
Application development for mobile devices is a fast growing phenomenon. Users want mobile applications to be simple and fast. Just one nagging bug or usability issue can spoil the entire experience. And with so much competition in this new space, if users don’t have an excellent experience with your application, they will switch to a [...]
Read MoreHow to write a good Bug Report ?
Why good Bug report? If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a bug is nothing but a skill and I will tell you how to achieve this skill. “The point of writing problem report(bug report) is [...]
Read MoreAccount Single Entry System
Single Entry Bookkeeping Most of financial accounting is based on double-entry bookkeeping. To understand and appreciate the advantages of double entry, it is worthwhile to examine the simpler single-entry bookkeeping system. In its most basic form, a single-entry system is similar to a checkbook register and is characterized by the fact that there is only a single [...]
Read More