Hi Guys, In one of my interviews, I was asked to Write a

paragaraph explaining how much scripting I did in QTP? I

don't know where to start and what to write. So I need your

help in writing that.



Hi Guys, In one of my interviews, I was asked to Write a paragaraph explaining how much scripting..

Answer / sreeprasad

I think in order to test your skills in QTP they must have

asked like that.You must have taken one screen in your

project and must have written Script for that.For Example i

think you are familiar with Login page which has the

username and password textfields with Login Button.

Step1:

Open QTP and load the Webaddins and VB addins if required.

In New test, First Learn the Objects "Username

textfield,Password textfield,Login button" of that Login

page using "Add object" Concept in "Object Repository" and

adds the objects information to the ObjectRepository.

Step2:Go to Expert view and then start writing the Script

as

Browser("Login").Page("Login").WebEdit

("username").Set "username" --- 1

1--- this script enters the data "username" into the

username field by placing the cursor to the username field

which is in the page "Login" of Browser "Login"

Browser("Login").Page("Login").WebEdit

("username").SetSecure "password" -2

2--- this script enters the data "password " in secure

format in the password field by placing the cursor to the

password field which is in the page "Login" of

Browser "Login".

Browser("Login").Page("Login").WebButton("Login").Click

---this script clicks on the Login button by placing the

cursor on the Login button which is in the page "Login" of

Browser "Login.

This is how you need to explain the script what you have

written.

Regards,

2nd answer

You can tell them that you have used some "Condition

Statements" to check the records in your database.

IF Condition THEN

Reporter.reportevent "-------"

END IF

3rd answer

1# Scripting in QTP is about working in expert view.

2# Creating User defined Functions using VB Scripts.

3# Using Conditional loops.

4# Manipulating with Functions, Test objects and Utilities.

5# Creating Libraries, creating startup script, creating

init script.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More QTP Interview Questions

dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards

1 Answers  


How can we display the names of the buttons in the toolbar of a webpage

1 Answers  


Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri

4 Answers  


what are the different Frame Works in Quick Test Proffessional testing

3 Answers   Wipro,


How to supress warnings from the "Test results page"?

3 Answers   Crea,






what are the environment variables,how do you use them. give an example.

3 Answers   Polaris,


How do I get the QTP scripts result in xml format by using vb script function?

0 Answers  


what is option explicit? what is the use of it?

9 Answers   Syntel,


what are the Tools for version control?

3 Answers  


what is Synchronization point in QTP?Can anybody give a perfect example on it Thanks in advance

5 Answers  


How to handle run time errors?

9 Answers  


What is API

2 Answers   Satyam,


Categories