Is it possible to refer the same object for referring more
than one object that are of different class using the
descriptive programming approach?
Suppose my code is
'To create the object named as obj
Set obj=Description.Create()
'To define the values
obj("title").value="IE"
obj("type").value="text"
obj("html tag").value="INPUT"
'To set the value
Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz"
Can I refer the "obj" object for the three objects like
Browser,page and webedit objects?
If so how?
No Answer is Posted For this Question
Be the First to Post Answer
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
how will u choose a tool for test automation ?
Explain the concept of object repository?
How can I deploye a 'QTP Runtime environment only'
How can we use the "CreateObject("Wscript.Shell")" in QTP and what is the definition and purpose of it?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
What are the problems / difficulties faced when you used Smart Identification ?
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
How is a Step generator used in UFT?