where we are going to write the descriptive programming.for
example we are invoking qtp application where we are going
to write that code
Answer Posted / vishal
that caode is written in notepad and saved with .vbs
extension.
the code can be by creating a object and setting it as
set qtapl=createobject("quick test application")
qtapl.open
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Please guide me release notes of Automation once scripts are completed
Explain QTP using different development techniques ?
How QTP identify the system time that's changes every seconds?
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
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
What environment does qtp run in?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
how to find that tools work well with ur existing system?
Both static and dynamic arrays are handled by the vb script. Is it true?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
In qtp, explain what is crypt object
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?