IF application is a Java-based application means 2 0r 3
tier application. How the script will be in QTP. pls kindly
give some sample script.
Answer Posted / venu
Hi there,
I was with a concept that the application technology is
independent of QTP script. (I mean the Script will always
be a VB based in QTP. And for Java based application we
need to have a JAVA addin)
Please correct me if I'm wrong.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is Unicode Compatibility?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Is the qtp course will help to create a virtual object?
Tell some commonly used Excel VBA functions?
Is it possible to use two instances of UFT on the same machine? If not why?
Why bpt?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to build scripts that access data from external sources?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
what frame work you are following?
How to associate function library at a run time?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is 'sleep' in sync point?
How to attach a file to TD?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?