QTP Interview Questions
Questions Answers Views Company eMail

w is recovery senario manager

Infosys,

3 6887

w is datatable

CTS, IBM,

5 7085

w is output value

MBT,

3 5278

w is configaration management

TCS,

3 5797

w is descriptive programming

TCS,

2 6885

w is fragmentation and paging

MBT,

1 4729

list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc

CTS,

2 13673

what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?

TCS,

4 11207

how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?

IBM,

6 7931

Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?

CTS,

3 5236

What does it mean when a check point is in red color? what do u do?

1 3973

somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can

4 6533

we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.

3 5120

in QTP, we have options like (record and play,recording modes(normal,analog,low level),object identification,smart identification,object repository,synchronizing test,transactions,checkpoints(std,bitmap,text,text area,DB,XML,accessibility),regular expression,actions,data driving,parameter,parameterization,data tables,recovery scenario(pop up,object state,test run error,application crash). real time users of QTP, pls say and when and at what point u have used all these options ,in ur concerned project.pls give me explanation in accordance with ur real time project handled. real users pls send some time in the aboue case. if u can send the the reply through allinterview or at ref_it_ref@yahoo.co.in

1 4077

some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?

GE,

2 4675


Post New QTP Questions

Un-Answered Questions { QTP }

In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1512


What are the types of object repository?

566


What is the extension of the recovery scenario file in qtp?

526


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2740


How to check feasibility of the appliction?in automation testing?

1459






How to get the particular property value?

597


How can I change object description or check point values in qtp?

547


1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1488


Define virtual object?

596


Explain how qtp identifies object?

599


How to test the login page in different ways in automation testing and i need code?

1330


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

1472


What is the use of text output value in quicktest professional?

491


unique properties of button,edit box, radio button,check box?

3805


What is an expert view and keyword view?

555