What is the differene between QTP 8.2 and QTP 9.0 and QTP
9.1,Pls give me answer ASAP.
Answer Posted / nagapawan
hi,
pawan here,
i know diff b/w 8.2 and 9.2. in 9.2 syntax and comments are
available. in 8.2 synax and comments r not avilable.
i hard that after 8.2 than 9.2 r used in companies. now
trying to use 9.5 in companies. i think we should ready to
learn new things.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the scope of the variables using dim, public, and private keywords respectively.
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
How can constants be declared in the vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to Import data from a file (file is on the desktop) to the data table
What are the naming conventions while declaring a variable in the vbscript language?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What are the valid scopes of a variable in vbscript?
How will you compare two strings in vbscript?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
What is sql loader? Explain the files used by sql loader to load file?
Explain about operator precedence in vb script?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How will you get the exponent of the given number in vbscript?