Posts

Amazon offers

Browser Compatibility testing OR Cross Browser testing

Browser compatibility testing which is also called as cross browser testing, multi browser testing , in simple words, is testing a application in different browsers and also in different versions of browsers. This task is mostly automated because it is very difficult to perform it manually. But here I’m going to provide a series of steps which will help you give more test coverage by performing the cross browser testing manually. At the same time there are many hurdles when you start testing a application in different browsers. For example chrome will not let you install different versions of it in your system, similarly with Firefox. So here we go for a quick round up of how to test a web application in different browsers with different versions without struggling. Points to be remembered before performing such testing Note down all the browsers along with their versions in which application needs to be tested. Check the minor versions in them and reduce the count by removing

Scrum Methodology - Quick Info

Image
It is one of the unique methodologies of agile methodology. Scrum  It is an   iterative, incremental   framework for project management . It   is a loose set of guidelines that govern the development process of a product, from its design stages to its completion. It aims to cure some common failures of the typical development process like a. chaos due to changing requirements, unrealistic estimates of time, cost and quality of the product. Meetings 1.      Daily Scrum meeting or daily stand up meeting: agenda:  what is done, what is planned for today, what are the problems in accomplishing the goal? 2.      Sprint planning meeting : Before each sprint cycle (7-30 days)starts, prepare sprint backlog, timelines, 3.      Sprint review meeting: done at the end of sprint cycle, review work completed and not completed, demo the work completed, do not demo incomplete work, 4 hour time will be allocated. 4.      Sprint retrospective meeting: done at the end o

Input Data Validation

Every web application is expected have at least one submit form. Data entered in form is transferred as input to database or to any other application and will decide the output. So, input data plays a very important role in retrieving the output data. Such data needs to be validated by the code. And tester has the responsibility of validating such data. At this point tester thinks about how can the validations be done and what type of data should be provided to validate the input field. Test data needs to be created and passed to the form through the automation tool or manually. Here are few steps or guide lines to validate the data. Let’s consider a sample form which acts as input to signing in as new member in a social networking site like facebook. It contains different types of input fields – Numeric, String, Alpha Numeric, date, preset values (from drop downs or check boxes), file uploads and Email addresses. Name: String input field Password : Alphanumeri

Bloggers day

Lets celebrate Bloggers day on August 31st. Get ready with the 5 new blogs which you like to recommend to others. Why is August 31st selected as bloggers day? August 31st means '3108' which resembles 'Blog'. For more details of it visit the site  http://www.blogday.org/

Test More n more

Testing it is just not a word but it is that act which gives value to the product developed by the developers. It is given more significance in present days but that value needs to be enhanced. Why, let’s see few examples of apps which were not tested perfectly and are in market with defect. These points are based on an excellent article “Perhaps they should have tested more” presented by Joe in his blog. Thanks Joe. 1.     Apple Iphones : Have IPhones failed to make the Daylight Saving Time transition yet again?   iOS 4.1 users in Europe reported that their alarm clocks failed to account for the time change due to the end of Daylight Savings, which shifted their clocks back an hour at 2 am this morning. As a result, their alarms went off an hour too late. 2.     Skype : Supernodes not so super? Skype once again had a worldwide outage related to software problems in their supernodes 3.     Google Docs : A recently-introduced bug in Google Docs caused some documents to be shared with

Google search can now search for snapshot

New feature of snapshot search is coming up in Google search. See this link http://techcrunch.com/2011/06/14/google-search-by-image-use-a-snapshot-as-your-search-query/ Check for the camera icon in Google search page, which indicates that this feature is available for use. Waiting for the plug-in to be available.

Do you know which is the first bug found

Image
The invention of the term "bug" is often erroneously attributed to Grace Hopper, who publicized the cause of a malfunction in an early electromechanical computer.  A typical version of the story is given by this quote: “ In 1946, when Hopper was released from active duty, she joined the Harvard Faculty at the Computation Laboratory where she continued her work on the Mark-II and Mark-III ( The   Harvard Mark II   was an electromechanical computer built at Harvard University   under the direction of   Howard and was finished in 1947. It was financed by the United States navy ) . Operators traced an error in the Mark II to a moth trapped in a relay, coining the term bug. This bug was carefully removed and taped to the log book. Stemming from the first bug, today we call errors or glitch's in a program a bug . ” Hopper was not actually the one who found the insect, as she readily acknowledged. The date in the log book was 9 September 19