Latest Answer: Testing Estimation - It is a document that tells how many PDs (person days, i.e. 8 hrs per person) will be required to test any given module and using what testing tools if required. It also gives an idea about total test cases possible for the module ...
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: Try to apply like below code.
Calendar object ‘cal’ is in OR Dim StartDay
StartDay = Day(Date)
Browser("***").Page("***").Image("cal").Click
Browser("***").Page("***").Link("text:="&StartDay).Click ...
What exactly do you mean by keyword driven testing?
Latest Answer: QTP deploys the concept of keyword-driven testing to enhance the test creation and maintenance. Keyword-driven testing is a technique that separates much of the programming work from the actual test steps so that the test steps can be developed earlier ...
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: Check whether QTP is focusing on the same Button inside the parent window. ...
Hi,I am working on QTP automation of a application which is Java based. I would like to count the submenu options available for one of the menu item (say for ex 'File' ) also I would like to
Latest Answer: Public Sub MaximizeBrowser(test_object) browserHWND = test_object.GetROProperty("hwnd") Set BrowserWindow = Window("hwnd:=" & browserHWND) If BrowserWindow.GetROProperty("maximized") = "False" Then BrowserWindow.Maximize() ...
Could any one of you plz explain it soon as it is very urgent.Thanks in advance
Latest Answer: Only the difference between .Net application and Java Appliaction is Controls/Objects(Textboxes, comboboxes etc...).by default QTP cannot recogize .Net or Java objects directly. So to access those objects, user should install .Net addins or Java Addins ...
How I can coding on qtp for remote to anysitefor run qtp and I would like to send my datatable together.
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top