How can we write scripts without having GUI(means u dont have any GUI and u want to write a script in QTP)?

No answer

Showing Answers 1 - 30 of 30 Answers

anupama

  • Oct 26th, 2005
 

by descriptive programming

  Was this answer useful?  Yes

Rekha Basu

  • Nov 1st, 2005
 

Using BRD ans functional and Design docs we Build the test scripts,which should be able to find the deffects on AUT at the time of Test Run.

  Was this answer useful?  Yes

sanjeev prabhudesai

  • Nov 2nd, 2005
 

Use Descriptive programming

  Was this answer useful?  Yes

srinivas

  • Nov 8th, 2005
 

Use Descriptive programming

  Was this answer useful?  Yes

emran

  • Nov 26th, 2005
 

QTP provides the Active Screen Technology i.e it will take snapshots of the Application when u r going thru' the appl. by using the snapshots u can able to write the script for that particular appl.

Anil

  • Apr 18th, 2007
 

By API

  Was this answer useful?  Yes

Ramu@sunnysoft

  • Apr 20th, 2007
 

I mean, Application is not developed, then how we will get snapshots
Someone told by using descriptive programming, when we write manually, if we want the logical name of the button (actually we don't know the name), by using object spy we get the logical name if the GUI is available. In this situation there is no GUI, then how will we use descriptive programming.

  Was this answer useful?  Yes

rchidvilasa

  • Jul 24th, 2007
 

Hi,

Here we dont have the gui. so we use descriptive programming.But we do this by requesting the developers for a copy of the properties and objects they used in developing or if they have not yet developed the application, still no problem we can still request for the copy which should have been prepared for their development purpose.

I HOPE I answered. Anything better please let me know.

  Was this answer useful?  Yes

kishore

  • Aug 10th, 2007
 

QTP does not support .gui extention it will support .vb scripts only

  Was this answer useful?  Yes

akothuru

  • Jun 6th, 2008
 

Using Descriptive programming we can prepare text scripts. But Limitations are there to start test script preparation.

1. Should know Object Hierarchy.
2. Should know the unique object properties and values to recognize object by QTP.
3. Should familiar with Automation Framework.
4. VB Scripting concepts
5. QTP methods

then only user can prepare test scripts with out GUI.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions