hi i have completed my b.tech in cse stream. now i am
working in an organisation in testing department. i want do
sap course but i dnt know which module will boost my career
can anyone suggest me which is good for my career
No Answer is Posted For this Question
Be the First to Post Answer
How can I test the unix shell in QTP
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
How function returns a value?
How to record objects of Windows taskbar
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
What is the architecture of framework
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
what type of run time errors you get while you ar edoing rpg program?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
what is the code in QTP to take screen shot?
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.