Prepare for your Next Interview
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 | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Testcase Template Attached | jainbrijesh | Testing Templates | 15 | 10-14-2008 01:42 PM |
| Test Plan Template | rose | Testing Templates | 23 | 07-31-2008 06:14 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 |