Automation Testing, Manual Testing, QTP/UFT 11 , QC/ALM 11 ,SAP TAO, Unix, Selenium, Oracle SQL, Shell Scripting and For Online Trinings to contact me : Cell:+91-8897972059 , Email Id : quicktestprotech@gmail.com

Saturday, January 29, 2011

Web Scripts

Web Scripts1) Count all opened Browsers on desktop, Capture Browser names andexport to an Excel fileDim oBrowser, Browsers, TotBrowsers, i,rSet objExcel=CreateObject("Excel.Application")Set myFile=objExcel.Workbooks.Open ("C:\Documents andSettings\Administrator\Desktop\qtclass.xls")Set mySheet=myFile.Worksheets("Sheet3")r=1mysheet.Cells(r,"C")="Browser Names"Set oBrowser=Description.CreateoBrowser("micclass").value="Browser"Set Browsers=Desktop.ChildObjects(oBrowser)TotBrowsers=Browsers.CountMsgbox TotBrowsersFor i= 0 to TotBrowsers-1 Step 1 ...

GUI Testing Checklist

GUI Testing Checklist This GUI Testing Checklist is to help you understand how your application can be tested according to the known and understood standards for GUI. This checklist can give some guidance to the development and Testing Teams. Development team can make sure that during the development they follow guidelines related to the compliance, aesthetics, navigation etc. but onus of testing GUI is on the QE team and as a tester it is your responsibility to validate your product against GUI standards...

Monday, January 24, 2011

Web Application Testing-3

Validate your HTML/CSS: If you are optimizing your site for Search engines then HTML/CSS validation is very important. Mainly validate the site for HTML syntax errors. Check if site is crawl able to different search engines. Database testing: Data consistency is very important in web application. Check for data integrity and errors while you edit, delete, modify the forms or do any DB related functionality. Check if all the database queries are executing correctly, data is retrieved correctly and also updated...

Web Application Testing-2

  – for Server side ValidationsII) Web Technologies:         §          HTML (Hyper Text Markup Language) – for displaying web pages§          XML (Extensible Markup Language) –for Transporting the Data§         Java Script – for Client Side Validations§         VB Script§        ...

Web Application Testing-1

Web Applications TestingI) Overview:Now a days Web Applications are getting more popular in the IT Industry, having so many advantages like supporting more clients, no client side installation and accessing from any ware etc… Types of Web Application We can categorize web applications in two ways a)    Business Classification 1)     Web Sites (They provide information about Organizations or Industries or persons)2)    Web Portals (They are Business...

Loading...