Geeks Talk

Prepare for your Next Interview




Standard Template

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...


Go Back   Geeks Talk > Software Testing > QTP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Jan 2008
Location: Mumbai
Posts: 13
Thanks: 2
Thanked 0 Times in 0 Posts
coolkrish is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-21-2008
Banned
 
Join Date: Oct 2007
Location: Hyderabad
Posts: 176
Thanks: 2
Thanked 11 Times in 11 Posts
quality_quantity is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to quality_quantity For This Useful Post:
  #3 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Jan 2008
Location: Mumbai
Posts: 13
Thanks: 2
Thanked 0 Times in 0 Posts
coolkrish is on a distinguished road
Re: Standard Template

Hi..

I didnt get u r ans...I asked @ template....But u r saying related to script....

Thx

krish
Reply With Quote
  #4 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Feb 2008
Location: bangalore
Posts: 9
Thanks: 1
Thanked 1 Time in 1 Post
ksuresh.testing is on a distinguished road
Re: Standard Template

Hi Gyies,

I didn't understand, what he asked, what you have given answer to that?

anybody can explain clearly.

Advance Thanks,

Suresh K
Reply With Quote
  #5 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Jan 2008
Location: Mumbai
Posts: 13
Thanks: 2
Thanked 0 Times in 0 Posts
coolkrish is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Software Testing > QTP


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 06:25 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved