How do you perform dynamic object testing using robotscenario;enter any number b/w 1 to 100 in an edit box, there is command buton, on click of cmd button, if you enter 50, 50 comboxes should be dispalyed, how do you test this??i was asked in an interview
Can any one tell the process of testing through Rational Robot like in winrunner 1)create GUI Map file 2) Record test ..........?
Latest Answer : While inserting the vp we can select the option Show hidden to test the hidden objects as well but not thru Analog or low-level recording ...
Is it possible to run a load test on a VB - Client/Server app using Rational Robot? If yes, please explain how do I go about this?
Latest Answer : Hi,You can create an XML Object to read RootObject and associated child objects in Rational Robot.set xObj = CreateObject("Microsoft.XMLDOM")xmlDoc.async="false"xmlDoc.load(:path of xml file:)set NodeList = xmlDoc.getElementsbyTagName("*") ...
How we can write the test result to an external file .For example to text files,notpad etc.. while running a script
Is there any way to modify/create/delete the entries in Datapool using SQAbasic scripts or without using Test Manager?
What is getvalue() and setvalue() in rational robot .How does this work in test script in rational robot.
Scripting automating is available in _________ options.Where is the option available to customize builds in test manager?State True or False: Test manager makes test asset management easier by allowing the user to manage dataused in testing.What does Test data store contain?By default, strings are passed by _________ to a string descriptor.