Can objects recognised without repository?

Answers were Sorted based on User's Feedback



Can objects recognised without repository?..

Answer / patil

Yes, you can use Descriptive Programming

Is This Answer Correct ?    3 Yes 1 No

Can objects recognised without repository?..

Answer / ganesh kumar

yes, with the help of Descriptive Programming concept we
cna define the user desccrition of the object. where the
QTP will use to recognize the object during the runtime.

Set oDesc = Description.Create()
oDesc("micclass").value = "Link"
oDesc("html tag").value = "SPAN"
oDesc("name").value = "LogOut"

Is This Answer Correct ?    2 Yes 0 No

Can objects recognised without repository?..

Answer / s

yes we can useing descriptive programing

Is This Answer Correct ?    2 Yes 0 No

Can objects recognised without repository?..

Answer / padmasekharpediredla

Is This Answer Correct ?    0 Yes 0 No

Can objects recognised without repository?..

Answer / haribabu

yes, using object spy we can recognised all objects what
ever you want

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More QTP Interview Questions

Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?

0 Answers  


Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...

0 Answers  


How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object

0 Answers  


when there is a task that gets repeated in multiple scripts what do you do in QTP?

2 Answers   Ordain Solutions,


During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.

2 Answers   Wipro,






what is the Descriptive Progarmming? how it is help to testers in QTP?

4 Answers   TCS,


what r the 3 basic factor on which we determine to perform automation

6 Answers   AppLabs,


How to find a window is minimized or not

0 Answers  


what could go wrong with test automation?

0 Answers  


What is the difference between rational rose and QTP?

0 Answers  


Explain about the Test Fusion Report of QTP?

1 Answers  


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  


Categories