QTP Interview Questions
Questions Answers Views Company eMail

how many scripts r there in QTP? pls any answer this question?

4 6254

Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

1498

1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?

Genpact, Infosys, Symantic Space, TCS,

2 50993

Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?

BirlaSoft,

1509

How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2

1 7949

1.what is the extension of action template? 2.what are the strengths and weaknesses of Keyword driven framework? 3.how qtp identify runtime objects?

Satyam,

1 3471

Can a function return a dictionary object?

CG, Semantic Space,

2 16899

how to do spell check in QTP? reply please

8 12970

Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!

2 3829

How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box

1 4179

Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?

IBM,

7 27867

I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....

Wipro,

3 5413

WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

Infosys,

1705

How to handle Dynamically changing Objects in QTP?

4 12258

LINUX environment supports QTP or not? LINUX environment supports QC or not?

4 6404


Post New QTP Questions

Un-Answered Questions { QTP }

What are advantages of test automation?

663


What is the basic concept of quicktest professional (qtp)?

583


What is different command used in command Prompt while using QTP?

1747


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!!?

4978


For which type of projects the iterative model is not suitable?

1433






Have you used xml check point in your project?

556


What are the automation metrice in your project?

1713


How to recognise the webelement and verifying that webelement is enabled?

1644


What is the difference between Keyword Driven test and Data Driven test?

1771


How many types of recording modes in qtp?

587


How do you synchronization point through DP?

599


Differences between text and test area checkpoints?

582


what is vmodel?advantages and disadvantages of vmodel?

1614


Explain the features of quick test pro(qtp)?

573


What is the difference between call to existing action and copy of an action?

603