QTP Interview Questions
Questions Answers Views Company eMail

In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3

Broadridge,

4 6897

In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example

Broadridge,

2 6784

There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.

1 5712

How to find if given number is prime or not

1 3649

How to find duplicates in an array and remove them efficiently?

2 7232

Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 3475

how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

Mphasis,

1 3705

I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

IBM,

1 3753

Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

2 5832

Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

9 14875

I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1453

write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result

Mind Q Systems,

3 5770

pls dont join MIndq nageshwar rao...Nageshwar rao sir didnt teach QTP indepth...he teach basics only...atleast he dont know about INSTR concept...this concept take min 30 min...buthe teach 3 min only...like this so many concepts are missing in class. IN CLASS ROOM NAGESHWAR RAO SIR HIPNATIZE THE STUDENTS....WITH OTHER ISSUES.. dont join... look other institutes...this is my personal openion share your comments thank u

Mind Q Systems,

1 17779

I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 2431

What does mean by Scope of Automation?n How we defined it?

L&T,

1552


Post New QTP Questions

Un-Answered Questions { QTP }

What is the short cut keys for the following?

624


What does mean by Scope of Automation?n How we defined it?

1552


How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is

6281


Explain the use of action split in qtp?

541


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

600






How can we conduct U-I Testing by using QTP??????

1401


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1457


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

1575


I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2

1468


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

3190


What are the benefits of qtp?

529


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

5806


what is run action?

1414


How to use transactions in qtp?

534


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1407