Hi frnds, does anybody know if there is anything
called "thin point" or something in qtp?
thanks in advance.
Answer / kkk
if at all the client has no business logic that is called
as thin point
| Is This Answer Correct ? | 1 Yes | 1 No |
How to export quicktest professional (qtp) results to an .xls file?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
Give the syntax to load function at run time.
Which scripting language used by quicktest professional (qtp)?
what is key word driven frame work how to use keyword driven frame in QTP in a project
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
How to Test the mainframe application?
What is the virtual object?
Plz explain about Virtual object? What is the situation u r using , explain with example?
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
Output values? i want a practical example
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...