QTP Interview Questions
Questions Answers Views Company eMail

How do we Access, retriew and edit the runtime objects in Automation Testing using QTP

IBM,

3 10412

How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...

IBM,

3 9285

Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.

2 5496

What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??

Virtusa,

3 22864

What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????

6 37133

hi i want write code for "test engineer" in this i want write reverse how ca plz let me know through script

4 4683

How to load object properties to object repository through scripting.give one example

IBM,

7 10294

how to load vbs file to qtp through scripting. plz provide the code.....

IBM,

2 9112

how to merge 2 object repositories in qtp 9.0.what is use of merge and y merge is used?

1 4420

What is the concept of hooking in QTP?

1 5868

I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 3731

examples of user definied functions? how to write user defined functions in qtp9.2?

IBM,

3 6408

what is framework? which frame work u follow for writting script?

IBM,

5 8572

HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

1523

We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.

Tech Mahindra,

11 11213


Post New QTP Questions

Un-Answered Questions { QTP }

i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

1368


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

1571


i can done the project with QTP in that time i can say how many members in my team size?

1358


I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)

1444


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

3807






How is a Step generator used in UFT?

644


How to find operating system information using the qtp script?

576


Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.

1553


how will load the object during runtime?

1572


Is the qtp course will help to create a virtual object?

1507


Give the syntax to load function at run time.

613


What is test object?

687


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

576


what frame work you are following?

1514


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

2743