In an interview, what r the general questions asked in SQL
which is realted to testing ?pls give me anwser to this
question?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the difference between a Function and Action in QTP?
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?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
Waht is diff between SystemUtil.Run and invokeapplication
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
Can anybody send me the code to get the RO property of the active screen in QTP while running?
What is the difference between per-action and shared?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
Explain the terms test and business component?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?