Geeks Talk

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.

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 Blogs FAQ Tag Cloud 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 13 Times in 13 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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 05:30 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved