where we are going to write the descriptive programming.for
example we are invoking qtp application where we are going
to write that code
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / subhan.qa
hi neelavathy ,
wt am asking is in qtp expertview we are
writing the code to invoke qtp application.wt to do with
that u had already opened the qtp and u are writing the code
in qtp to open qtp
friends i need good answer with example
Is This Answer Correct ? | 0 Yes | 0 No |
How to record & run on Japanese language application using english version of QTP ???
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
What is operator in VB Script?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
how to test Web application using QTP software
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
How many lines of code in each script of QTP?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
What is QuickTest Automation Object Model? Where we can use AOM?
What is the difference between byref and byval in qtp?