Latest Answer: some times during playback of the recorded script, QTP fails to identify some objects as they doesnt belong to standard object class.By using virtual object wizard we can map this objects to a standard class object so that it will be identified by the ...
How will you do Regression test in QTP and how we will come to know that new functionality's effect and the changes are correct?
Latest Answer: To create a DSN first we need to create a table in the MS-ACCESS, save the table in f:drive. Now open control pannel and click on admin.strator---click ODBC---click ADD--select MS-Acess driver----click OK----name as 'mydsn' in DSN textbox------then click ...
How to continue with the next search criteria, if the first search result is zero in QTP? How to handle this situation?
Latest Answer: Hi, Another difference is that You no need to associated VBS file to the test. You can simply call it using ExecuteFile Statment. And any file that is called using ExecuteFile statement can not be debug.But Liberary file created in QuickTest liberary ...
Latest Answer: Enviroment Variables are basically used for Parameterizations purpose. It can be used either for Input Parameter or for Output parameters. Enviroment variables are basically of two typesInternal Variable (System Defined)Internal Variable (User Dedined)External ...
Latest Answer: You can create shared repositories and associate them with the test you want. ...
Latest Answer: From manual to automation, we have to do some kind of initial planning. Like 1- Document User Steps (Write Manual Test Case)2- Application Familirity 3- Starting Point of Test Script4- Ending Point of Test Script5- Identification od Required Add InRegards,SYCHO ...
In my application, when we click on some links it opens a new browser. I want to know how many browsers are open at a particular time.
Latest Answer: Below is the answer to ur questionSet BrowserObj = Description.CreateBrowserObj("micclass").Value = "Browser"Set Obj = Desktop.ChildObjects(BrowserObj)Msgbox Obj.CountLet me know if am going in wrong direction ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top