I have a library function , with that function 100 scripts
are being called.
The library function is changed(something is added) . how do
i update all the scripts.
Answer Posted / ramchandra
I think no need to make changes in all scripts as u made changes in function definition.but if u made changes in no of parameters then u must make changes every script.
Please let me know it's cleared.or elaborate ur question.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What will be happen if i load object repository at run time, but it has already associated.
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
how many maximum number of virtual users we can create?
Is text area check point supports for web applications?
Explain the checkpoint in qtp?
How to test login module with different username and password by using data driven testing in QTP?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Where to use Property Let, Property Get, Property Set in UFT
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
What is the difference between analog and low level recording?
What are the different types of action?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How to break the object spy ?
How can you identify the browser and its information using QTP script?