I know what synchronization is but I would like to know how that concept works, any help here is really appreciated
Latest Answer: To understand the concept of Syncronization in QTP, just drill down why we need it. For illustration take a scenario that 1) You are inserting an order and than stop your recording, remember not to close or do any other operation after that.2)Now playback ...
What is the best way to close a browser in if a test run fails in QTP?
Latest Answer: Browser("Browser").Close ...
How to add an add-in in QTP before writing the test script.
Latest Answer: In menu go to 1.Option2.In genral tab 3.Check the 1st one which is display the add-in manager on start-up. ...
How to parameterize the database from separate data table?
How to Capture the text from a varying image in QTP?
Latest Answer: GetTextLocation example
hwnd = Window("Microsoft Office Picture").WinObject("OIS Collection
Window").GetROProperty("hWnd") l = -1 'left
t = -1 'top
r = -1 'right
b = -1 'bottom succeeded = TextUtil.GetTextLocation("MASSACHUSETTS",hwnd,l,t,r,b) ...
How can you run batch test in QTP
Latest Answer: If you are asking about the Batch testing/batch execution here are the details for you...Executing a group of script files at a time is known as batch executio. To do the same QTP as provided a special tool by name test batch runner. Before using this ...
How can you see runtime value of a particular object or variable in QTP?
Latest Answer: To see runtime value of a particular object or variable, - Set a break point in script at object/variable you want to see the value.-
Select the variable or object --> right click --> select "Add to watch".- Then the value will be displayed in Debug ...
What is FIT and WATIR ?How FIT and WATIR are more helpful in QTP?
How to add an element in the XML file using QTP and save existing XML file? Does QTP supports this feature? Explain with an example.
Latest Answer: QTP supports checking the content of the XML file.It allows comparing the runtime XML content with XML contents stored in test object or a file. XML Checkpoints are used for this purpose.Thanks ...
How to test the server log files using QTP?
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top