How to handle dynamic objects in quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
How to use parameterization in qtp?
Give me exact application where we should use low level recording?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
In what situations QTP will not recognize the Objects?
how to write testcases for web based insurance,from the script by using qtp.
can the activities of test case design be automated?
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?
.how will you load the object during runtime
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
how can i call an external action,which is not added external action of an action?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")