There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
1832Post New Avanade C Sharp Interview Questions
Explain about selenium-ide ?
Define a web service in .net?
What is the difference between Datareader and Dataset?
Is Nodejs client side or server side language?
Which is better wordpress or codeigniter?
What is the quality process is following in your organization.
What is oauth token?
Will a steel cable become longer if it is heated while under load?
What are the new features in release 11i?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is a string array?
What does curl command do in linux?
What is laravel orm?
Where is asp.net view state stored?
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.