qtpfordummy.blogspot.com
Quick Test Professional: Working With Files : QTP
http://qtpfordummy.blogspot.com/2011/10/working-with-files-qtp.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Wednesday, 26 October 2011. Working With Files : QTP. Working with and Folders. Dim Objfso,objFolder,strDirectory. StrDirectory = "C: bibhas". Set Objfso = CreateObject("Scripting.FileSystemObject"). Set objFolder = Objfso.CreateFolder(strDirectory). Deleting a Folder :.
qtpfordummy.blogspot.com
Quick Test Professional: Descriptive Programming Examples In QTP
http://qtpfordummy.blogspot.com/2011/10/descriptive-programming-examples-in-qtp.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Monday, 24 October 2011. Descriptive Programming Examples In QTP. Scenario : Let us script a scenario, where object properties changed. Set sLinks=browser("micclass:=Browser").page("micclass:=Page").ChildObjects(sLinkDescription). If sLinks.count 0 then.
cyberfortune.blogspot.com
Online Treasure Hunt !!!: IndiaStudyChannel.com
http://cyberfortune.blogspot.com/2011/09/hi-if-you-like-to-post-content-online.html
Earning opportunities with the help of cyber medium. We are here to provide you the best ones only! Saturday, September 03, 2011. Hi, If you like to post content online, you may want to try IndiaStudyChannel.com. Link: http:/ IndiaStudyChannel.com/r/rupeeaccount.aspx. Rupeemail : An easy way of earning. Http:/ www.cyberfortune.blogspot.com. C) www.rupeeaccount.com. Picture Window template. Template images by Jason Morrow.
qtpfordummy.blogspot.com
Quick Test Professional: About Me
http://qtpfordummy.blogspot.com/p/about-me.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. I have vast knowledge of Software testing field , Information. And and an active webmaster. In today’s competitive markets, Everyone depends on software testing and QA. I am having expertise in the following area :. BFS Domain Testing Services. Mobile Device Testing Services.
qtpfordummy.blogspot.com
Quick Test Professional: October 2011
http://qtpfordummy.blogspot.com/2011_10_01_archive.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Wednesday, 26 October 2011. Working With Files : QTP. Working with and Folders. Dim Objfso,objFolder,strDirectory. StrDirectory = "C: bibhas". Set Objfso = CreateObject("Scripting.FileSystemObject"). Set objFolder = Objfso.CreateFolder(strDirectory). Deleting a Folder :.
qtpfordummy.blogspot.com
Quick Test Professional: August 2011
http://qtpfordummy.blogspot.com/2011_08_01_archive.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Wednesday, 24 August 2011. Object Repository Types in QTP. Test objects can be stored in two types of object repositories—a shared object repository. And a local object repository. Local objects are saved locally with the component, and can be accessed only from that compon...
qtpfordummy.blogspot.com
Quick Test Professional: Descriptive Programming in QTP
http://qtpfordummy.blogspot.com/2011/10/descriptive-programming-in-qtp.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Sunday, 23 October 2011. Descriptive Programming in QTP. What is Descriptive Programming? Providing Objects information directly into the Test Script, instead of storing objects information in the Object Repository. Benefits of Descriptive Programming. Descriptive Programmi...
qtpfordummy.blogspot.com
Quick Test Professional: Dictionary Object In QTP
http://qtpfordummy.blogspot.com/2011/10/dictionary-object-in-qtp.html
HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface. Friday, 21 October 2011. Dictionary Object In QTP. Object stores data key, item pairs. Adds a key and item pair to a. Object.Add (key, item). Required. Always the name of a. An error occurs if the. The following example illustrates the use of the. 8216; Create a variable.