how to test a java project throughqtp?while testing a vb
project we generally do vb scripting. but while testing
java project do we use java script .plz some one can send
me the manual for it my email roy_samata@yahoo.com
thanks in advance
Hi Friend,
We wont use the Java script for testing Java
application. We will add Java addin to QTP addin master.
Remaining all Same. script we will write in VB script.
The Addins are for recognising the objects in AUT. I
hope i given you answer.
by
Chakrapani Meruva
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the various automation frameworks available in qtp?
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
Will QTP gets installed on virtual PC.What is the maintenance number to be given
We developed 100 descriptive programms and put in running, in the midle if any descriptive program is stucked with some error? what will happend weather it will execute the remaining prg's or it will terriminate ?
How many tables r created during the recording in QTP?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?