Is it possible to automate the Regression Test scripts available for an application deployed on CITRIX server, using the Winrunner installed on my local desktop? If it is possible what is the Add-In that is required to achieve the same?
Why we should run in update mode if there are any changes made in TSL script (enhancements) ?What happens if we run it in verify mode directly?
Opened browser with this URL 'www.geekinterview.com'After that how can i capture object in web application browser.Through recording i am able to get only 'html_frame' object only.Explain
I am executing my Win Runner scripts from Quality Center. Sometimes , the quality center is not able to execute the script and throws the error message as "Test Director can execute the current automated test".Though it opens Win Runner but it is not able to execute the script further. Also, i have registered all the DLLs required for Win Runner .Can anyone help me on this?
1.set_record_attr(" ", "class html_name MSW_class", "regexp_MSW_class attached_text", index");2.set_record_method(" ", RM_RECORD);3.set_class_map("html_table","
Latest Answer: Some objects WR recognizes as generic object. Adding custom properties for objects allows to manage them as concrete objects with by their properties: # add new object html_table to GUI map Configurationset_class_map("html_table", "object"); # define ...
Latest Answer: by using the soft key ctrl+F3 ...
While performing regression testing, if in the new build we get lesser controls on a form as compared to the early build, then WR doesn't show any error, just a context sensitive error in the end, showing that the control was missing. I used a checkpoint on that control so that the checkpoint should fail if the control was not in the next build but that doesn't happen. The test status is Pass, the checkpoint is not checked. In this scenario can anyone tell me how am I supposed to perform
Does WinRunner support Mozilla? I am looking for an automation testing tool which supports a wide range of browsers. Can anybody suggest me what would be the best choice?
Can anyone tell me how can we terminate a test script while executing. I mean to ask what function can we use to exit from a test like we have exit() in C, what do we have in WinRunner??
Anybody can explain about Exception Handling in winrunner? What are the exception handler functions in winrunner with example?
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top