Hi I'm a beginner in QTP. So far I'm ok with Descriptive but
stuck while implementing Hybrid Frame work.

1. I have created a Keyword file with .vbs ext

set home=description.create
home("title").value="Welcome to feests"

set reglink=description.create
reglink("name").value="register yourrestaurant / take away"

set fbusname=description.create
fbusname("name").value="business_name"

set dispname=description.create
dispname("name").value="display_name"

set restchkbox=description.create
restchkbox("name").value="restaurant"

set cuiscate=description.create
cuiscate("name").value="cuisine_categery1"

set addline1=description.create
addline1("name").value="address_line1"

set pstcode=description.create
pstcode("name").value="address_postcode"

set cntry=description.create
cntry("name").value="address_country"

set mlandno=description.create
mlandno("name").value="landline_no"

set emailadd=description.create
emailadd("name").value="email"

2. I have created an Function Library file as follows

Function launch()
bro="C:\Program Files\Internet Explorer\iexplore.exe"
url="http://www.feests.com/"
invokeapplication bro&" "&url
Browser(home).page(home).Link(reglink).click
End Function
Function restregistration(karthik, teja, Ameerpet, UK)
Browser(home).page(home).WebEdit(fbusname).set "karthik"
Browser(home).page(home).WebEdit(dispname).set "teja"
Browser(home).page(home).WebCheckBox(restchkbox).set "ON"
Browser(home).page(home).WebList(cuiscate).Select "Indian"
Browser(home).page(home).WebEdit(addline1).set "Ameerpet"
Browser(home).page(home).WebEdit(pstcode).set "UK"
Browser(home).page(home).WebList(cntry).select "United Kingdom"
Browser(home).page(home).WebEdit(mlandno).set "023775347"
Browser(home).page(home).WebEdit(emailadd).set
"email@gmail.com"
End Function

3. This is how I have called the keywords and Functions in QTP

executefile"C:\Documents and
Settings\karthik\Desktop\keywords.vbs"
executefile"C:\Documents and
Settings\karthik\Desktop\functions.vbs"
launch
restregistration karthik, teja, Ameerpet, UK, "email@gmail.com"

Now the issue is, I'm trying to enter the email ID in
WebEdit field. But I dont know what is the mistake I did, if
I run the script in QTP it is showing following error

Error: Expected identifier
Line (2): "executefile"C:\Documents and
Settings\karthik\Desktop\functions.vbs"".

Can someone help me fix this, please!!?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

how quick test record on dynamically generated urls and web pages.

3 Answers   Infosys, Satyam,


WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)

1 Answers  


When to use shared and local object repository?

0 Answers  


How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.

3 Answers  


Got job with 3 years fake Experience

1 Answers   MNC,






I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.

2 Answers   ABC,


Is text area check point supports for web applications?

0 Answers  


WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?

2 Answers  


In key word driven framework,we will rename the logical names of objects,why?

3 Answers   Liquid Hub,


What is the difference between Functions and Action ?

1 Answers  


How to open an application through scripting?

11 Answers  


write a regular expression pattern for xyz?123?

1 Answers   FAI,


Categories