Our applications are built with VC++ which will interact with devices.To connect the device there is a dialog box named 'connect'. on this dialog box there are 2 fields i)IP Address ii)password.Using WinRunner->GUI MAP Editor, these 2 objects were learned.While recording the script using WinRunner, the password field is not recognised by the WinRunner but the IP Address field is recoginsed eventhough the GUImap file is present in that guieditor.Could you please tell me why WinRunnner is
Latest Answer : The extention of code file is " .usr" The extention of per action repository is ".mdb" The extention of shared repository is ".tsr" ...
Please ,Can someone explain what is STD ?if you have any file to attach , i will be more then happy ..Thanks David Smith
Hi ,I just one to prepare a generic testing check list repository for my team and expecting all your additional heads which can be incorporated into to the following sections1. Is there anything that I
Write test case(s) and explanation the same for below program. (1) Assume two sorted singly link lists. Merge them into a one sorted singly link list.struct Node{int data;Node* next};Implement,Node* SortedList(Node*
How to edit the default setting for the media file chunking size?
How we can export .rtpr files to client and how we convert into .rtpr files
How to create test scripts and to get started with Selenium Core? What is test suite.html, do we need to create scripts in test suite.html file. If so, how to run the test? Please help
While testing XML file, what are the areas we do consider?
Latest Answer : XML testing is more of white box. Only developers and white box testers have more command in testing xml files.But as a black box tester, we can findIF AUT is purely web, then we can check the compatibility of xml related data in different browsers, operating ...
How would you check that there are an odd number of lines in a given file? What if there was a folder of many files to check?
Latest Answer : We should use some scripting languages like VBScript,Javascript or perl to do this analysis.The algorithm will go like this,1. Open file.2. Count number of lines (upto end of file, check n character, something like this or using any built in function)3.Divide ...