Skip to main content

Posts

Showing posts with the label General

Accessibility Testing

Accessibility Testing is a non-functional testing type. This means anyone can use a particular web application, mobile application, website, or any other software package. Any human means not only perfect men or women but also differently able people as well. Things can be used for testing, 

What makes better QA

This question is on mind of all QA and QE engineers , As per my experience following will made better QA, Design cases together with team.  Test first. Be more technical.  Be on definition of done. Touch it , feel it and sense it. Ability to code review. Responsible.  Monitoring and assisting operation works.  Be knowledgeable on the domain.

Can I use constructors with in Unit Test?

Actually the answer is yes but not recommended. This problem came to my mind time ago at the start of selenium project. I used and end-up with many run time errors. If you use constructors then your test project will build without error but there can be run time error specially when calling it by other class.

Things a QA engineer must know about JSON

JSON : J ava S cript O bject N otation JSON highly used in web services and rest applications. When a tester testing API he/she should have some knowledge to pass JSON objects and to understand received Jason response.  JSON is not a replacement of XML but it is very much useful in mobile applications. XML file size much larger than JSON and mobile applications prefer lightweight ways to communicate. In that case JSON is the most suitable one.

How do you setup connection string with windows authentication.

Hi guys, I know setting up a connection string is a simple deal as all of us do daily. Have anyone came across with issue of setting up connection with a local server and using windows authentication.  May yes and may be no. Whatever lets see what is the correct way of defining connection string for local database with windows authentication.

Quick Guide to XML

Extensible Markup Language ( XML ) is a markup language that defines a set of rules for encoding documents in a format which is both human-readable and machine-readable. It is defined by the W3C's XML  1.0 Specification and by several other related specifications, all of which are free open standards. Look at the following sample XML carefully,

Looking Glass

LG3D Looking Glass

Radio Frequency Identification

What is rfid Radio Frequency Identification is rapidly improving and developing technology in today world. During the Second World War rfid technique use in very first time (1970).Whether you may don’t know this technology, but used in daily life. To understand bit of this just think about barcode system in super market. That is the simplest form we can see. Rfid technology is a means of gathering data by touching/seeing a data carrier. Most important feature of this is tracking objects and then uniquely identifying them. But no need direct sight line to recognize. This will give great new potential.

On Line banking system

Main Object is to implement a Paper Less Banking System for Bank of ABC. Which Connected Online Through 300 + Branches? Based on the Introducing SMART CARD for Bank of  ABC  Customers SMART CARD is acting as a Debit card as well as the Bank ID card for an Account              

Present and Future Trends in IT

What is IT Greatest asset in any modern businesses or organization is Information.  IT means retrieval, processing, storage and analysis of textual, graphical, numeric and vocal data using computers and interconnecting networks. In past few years the role of IT has changed dramatically.  

Common Problems Faced by Business Organization in implementing Internet Based Applications

Business organization which is always expecting and looking for gain profits in to. These organizations inspiring to implement internet based applications to improve their business. Mainly there are two reasons why is that. They are, ·          They can communicate all over the world. ·          No need to install at every client’s computer.

How to write Stored Procedure to get employee details of one department or all department

Imagine there is a table called Employee. And you have interface like below then you must write query for both single department and all department option,   Then you can write stored procedure without using if conditions  as follows .

Proposed Indoor hospital card system for manually operate environment

Scope of Study: ABC hospital has three main branches island wide. These branches are not interconnected. Therefore, a patient who receives treatment from one branch will have to continue his/her further treatments at the same branch. To avoid this situation, i am proposing a centralized system for all three branches. For this purpose we recommend rfid card usage for each patient. Each patient will be entitled with an electronic card containing all his/her previous medical treatments, reports and other valued data. This system will allow the patient to obtain the best medical treatments as available at any of the ABC hospital branches. The users of Indoor hospital card system will primarily be doctors, card issuers, data entry operators and general users are affiliated with the ABC hospital that will use the program during their day to day consultation periods with patients visiting the clinic. The Indoor hospital card system will handl...