OpenERP 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 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 MorePython connectivity with Oracle database
Snippet :- #!/usr/bin/python import cx_Oracle connstr=’scott/tiger’ conn = cx_Oracle.connect(connstr) curs = conn.cursor() curs.arraysize=50 curs.execute(‘select 2+2 “aaa” ,3*3 from dual’) print curs.description print curs.fetchone() conn.close() This snippet use to connect oracle database server. Like Unlike
Read MoreLegal Business
You don’t need to have a lawyer in house, but you definitely need to make certain that all the operations of your business are legal. Some of the issues to consider are business licenses, determining the correct legal form of your business, alliance agreements, copyrights, trademarks, patents, contracts with suppliers, and employment law. There are [...]
Read MoreOpen Source Technology
Hello, Here we share the complete information regarding the Open Source tools and technologies are available. we share information as well as the snippet/code/script and open source projects. we guide you a right way to select the technology. here we ready to work for open source technologies. We have effecting timely working team which [...]
Read More