Can we access the java methods in qtp. Because my
requirement is to access the swt(for eclipse an it is java
code) methods in qtp is it possible?
No Answer is Posted For this Question
Be the First to Post Answer
in login module login button chage regularly(means login button change to submit button).What is the code for it.
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
How to record & run on Japanese language application using english version of QTP ???
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
How the exception handling can be done using QTP
vb script for calling one function to the another function
Plz explain about Virtual object? What is the situation u r using , explain with example?
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
can u store QTp frame work folders in VSS? If Not where u store those?
What are the views available in qtp?
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?