Get the count of files of similar types from a folder.
No Answer is Posted For this Question
Be the First to Post Answer
can we call a test in another test?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
How to analyzing Test Results using QTP?
Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?
What is the limitation to XML Checkpoints?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
How to retrive XML file data in QTP ? using Script(Chandana)
HOW DO U CALL A ACTION IN QTP?
How to capture the Check point Value into a variable?
How to start recording using quicktest professional?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..