OpenERP 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 Server Administration
To manage OpenERP on server you may need some extra-ordinary scripts. Here a branch is available, bzr branch lp:openerp-ccorp-scripts After getting this you will get several scripts file to manage OpenERP. This one is excellent script, If you want to be SAAS Owner the you must need this kind of scripts…. https://code.launchpad.net/openerp-ccorp-scripts [...]
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 MoreUML Use Case wiki
What is a Use Case? A Use case is a description of how a system’s behavior in response to a request from a stakeholder known as an actor. The actor could be a person or an external system that interacts with the system being described. The actor initiates an action with the system with the [...]
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 MoreBug Life Cycles in Software Testing Process
What is a Bug Life Cycle? The duration or time span between the first time bug is found (‘New’) and closed successfully (status: ‘Closed’), rejected, postponed or deferred is called as ‘Bug/Error Life Cycle’. (Right from the first time any bug is detected till the point when the bug is fixed and closed, it is assigned various statuses which are [...]
Read MoreMetasploit Hacking Framework
A collaboration between the open source community and Rapid7, Metasploit software helps security and IT professionals identify security issues, verify vulnerability mitigations, and manage expert-driven security assessments, providing true security risk intelligence. Capabilities include smart exploitation, password auditing, web application scanning, and social engineering. Teams can collaborate in Metasploit and present their findings in consolidated [...]
Read More