Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Standard Template within the QTP forums, part of the Software Testing category; Hi, Is QTP contain the template which has the standard (Global, Test, INI (configuration)) tabs associated... If yes kindly tell me the path where it is... Thanks krish...
|
|||||||
|
|||
|
Standard Template
Hi,
Is QTP contain the template which has the standard (Global, Test, INI (configuration)) tabs associated... If yes kindly tell me the path where it is... Thanks krish |
| Sponsored Links |
|
|||
|
Re: Standard Template
Hi
When you state Test Script Language are you hinting at the kind of scripting used in winrunner ? incase yes, it would be difficult to implement the same in qtp as it is basically based on vbscript and more oriented towards event-driven and object oriented programming concepts. Only possiblity is working with objects as Anshoo stated or depicted in code below - set obj = CreateObject("InternetExplorer.Application"). obj.visible = true. obj.navigate "http://www.google.com". obj.statusbar = 1 while obj.readystate = true strstatus = obj.statustext if strstatus = "done" then msgbox "application loaded completely" end if wend |
| The Following User Says Thank You to quality_quantity For This Useful Post: | ||
|
|||
|
Re: Standard Template
Hi,
There are standard template present in QTP .That standard template contains standard (Global, Test, INI (configuration)) tabs . I got one template from QTP program files.But in that template the std tabs (Global, Test, INI (configuration)) , are not present. I wann to know where this std template which contains std tabs present in qtp. Thx |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Testcase Template Attached | jainbrijesh | Testing Templates | 19 | 08-12-2009 03:02 AM |
| Test Plan Template | rose | Testing Templates | 27 | 07-15-2009 07:22 AM |
| Tracebility Matrix template | Lokesh M | Testing Templates | 2 | 06-06-2008 07:32 AM |
| hi all can anybody sent me the template of bug report and testplan | sijonath | Testing Templates | 2 | 11-30-2007 06:02 AM |
| Not getting any template | Geek_Guest | QTP | 1 | 10-08-2007 07:53 AM |