Hi All,Can anybody explain "What are the Test Automation frameworks and classify them?"
Latest Answer: Automation frame work is a set of guidelines given by experts to accomplish/complete a task in an efficient manner. ...
Latest Answer: Text area check point is used for checking the text present in a specified area.Text check point is used to check the text present in a specific object.Image check point is used to check the properties of a particular image .Bitmap Check point is used ...
Latest Answer: 1.Client server applications have a controlled client.web applications are client server applications. The browser is a client and the webserver is a server2. Client server application is loaded at the server and in every client machine an exe is loaded ...
How to call QTP from Quality Central
Latest Answer: In General, Users upload test scripts into Test Plan module in QC. open the script in QTP through QC1)Goto Test Plan2) Click on the test script you want to review, Test script will be opened in Right pane of the screen3) There, ...
In my application there is a date frame, and it acts like a link while choosing any date or month. Please tell me what would be the code so that QTP will automatically pick any date or month?
Latest Answer: Normally, in the calendar frame the date links are keep in the table. So you have to loop through table, get the link object from each cell, then get the value of the link (maybe "text" depend on the properties) compare with the date that you ...
What exactly do you mean by keyword driven testing?
Latest Answer: QTP has two views:1. Keyword view 2. Expert viewIn keyword view one can see the object, the operation performed on it and it's value. In keyword driven testing you use the recorded object to generate operations on it. I mean you select a object and press ...
I would like to know how can i create a function for the Key board entries like the F1, F2, F3....., ALT+TAB, Shift+Tab, etc. and can use it as a Business or Scripted Component in QC?
Latest Answer: Using SendKeys method, user can perform keyboard operations like Alf+F4 , Ctrl, Backspace etc in QTP... and it is a VB Script code'Create Shell object to access Sendkeys methodSet objShell = CreateObject("WScript.Shell")objShell.SendKeys ...
while running recorded application in QTP ,it gives errorCannot identify the object "OK" (of class WinObject). Verify that this object's properties match an object currently displayed in
Latest Answer: Use the Statement at the begining of the script/function "On Error Resume Next". This is the concept of Exception Handling. If you use this statement in your script, it simply ignores any type of Error Popup messages at runtime and executes ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top