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

Tuesday, July 26, 2011

HP ALM11 Business Process Model Vedio

...

QTP Secret Code Chart Revealed For DeviceReplay PressKey, KeyDown, KeyUp and PressNKeys

QTP Secret Code Chart Revealed For DeviceReplay PressKey, KeyDown, KeyUp and PressNKeysWhy this post?Let’s face it. If you’ve been doing test automation for any length of time you’ve faced situations in which you need to perform mouse or keyboard actions using screen coordinates.When the Set and Type Methods Suck:Even though most objects have Set and Type methods, these methods -- for whatever reason -- may not work in all situations. If they don’t then your next step may be to try VBSCript’s sendkey method. But even sendkeys...

QTP ASCII CHR() CODE CHART

                                             QTP ASCII CHR() CODE CHARTASCIIEntering/Reading ASCII codes - when using QTP - is sometimes needed to achieve certain functionality.ASCII stand for American Standard Code for Information Interchange and it is a character encoding scheme based on the English alphabet.QTP has two built in functions (ASC and Chr) that are helpful to know when you need...

QTP Scripting Examples

         QTP Scripting Examples 'Count Lines in a Text FileDim objFso, objTextstream, LineCountSet objFso=CreateObject("Scripting.FileSystemObject")Set objTextstream=objFso.OpenTextFile ("C:\Documents and Settings\Administrator\Desktop\qtpthiru.txt")While objTextstream.AtEndOfStream=FalseLineCount=LineCount+1objTextstream.ReadLineWendMsgbox LineCountobjTextstream.CloseSet objTextstream=NothingSet objFso=Nothing'Read a Text File from 4th line and perform Data Driven Testing for Login operationDim...

Loading...