Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138)
What is a test case template?
Tell me what is automation testing?
What does the mclabe cyclomatic complexity of a program determine?
tell me some major and minor defects in ur net banking project?
can anyone tell me the scenarios for online banking transaction ?
Explain me how can we capture screenshots in selenium?
wt is the use of multiple questions in QTP
Where can I find and view run-time data table?
Is webelement an interface or a class?
What does the rdbms stand for and what are the major rdbms used by sql?
If we write a scipt for login page and we click submit button then it moves to order page ... How we can validate once we click the submit button it opens wether order page or not
Test approach to windows update?
How to write test cases for lift?
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.
Is it possible to call from one action to another action in qtp?