how to retrieve the xml file data through qtp. can anybody
send script for this..
Answer Posted / prasad
Using QTP output value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
assume i have few url link how will i dynamically call then using descriptive programming?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
wht type of User defined functions or Java Releated functions do we write in VB scripting
terminal services client
What are the different types of action?
How to break the object spy ?
How to customize qtp?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What are the disadvantages of recording test cases in qtp?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma