what is web application and client server application.is
there any difference ?
Answer / harika gondle
Web Application is an application under test where it can be used in local machine and client server application where actual application is run under clients environment and system.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the features supported by UFT?
if there is two login button in your page, how you know that this login button is correct for login .
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
wht is the difference betn check point and output value?
diff between qtp versions from 8.5
How to capture screenshots of Exceptions/Errors during run- time?
Can we create a qtp test from qc?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
what is tool interface?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts