Hi,
While recording a Jave based web application, its recording
all my actions and the objects.And I have 5 WebEdit objects
on the page and all are recorded.
But while execution, at the 2 WebEdit object, its entering
the value into the object (Its making a call to the AJAX,
matching the value), when the control get out of this
object the value is erased or cleared.
Could anyone please help.
I have recoreded 5 more scenarios where WebEdit is in the
picture on different webpages and all are working fine.
Here is my Script:
Browser("Sign In").Page("Matching Workbench_3").WebEdit
("locationLookup").Set "0320 - SEATTLE-KM"
Browser("Sign In").Page("Matching Workbench_3").WebEdit
("supplierNameLookup").Set "TRAMMO PETROLEUM INC"
*** SupplierNameLookup is the object, which is haing an
issue.
And also I was using the SendString function, but it didnt
work.
No Answer is Posted For this Question
Be the First to Post Answer
tell me QTP standards ?plz
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
what r the executing modes in QTP
Can we create user defined functions in qtp?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How the automated tests in org
What is checkpoints for qtp?
How to call a function in QTP?Is there any method ? Thanks , PRASANNA
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.
What are the different kinds of test steps?