Tell me about userdefined functions ?
Answer / chaitu.c
User defined function is made by the user for use of that
function in any where in the script from outside.
expl: .vbs Function
Internal Functions:
this is function already defined by system internally
expl: Libarary Functions
| Is This Answer Correct ? | 0 Yes | 0 No |
If I change the object name in one action will it be updated in all the actions? Or not?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
what will be the stmt if record any edit box in the Web application ?
i have 100 manual test cases, how to automate from no 1. ols detail steps
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
give me descriptive programing code sample flight application in qtp?
What is Tree view?
Can Any One Write How to Write the Script for Child Objects
in qtp how can we do test when the build is not ready
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
how to retreive the xml file data through qtp.can anybody send script for this..
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function