In application which areas to be automated and what kind of
situation will be take? using QTP? Plz give me the clear
answer
No Answer is Posted For this Question
Be the First to Post Answer
How to get align property of the link on web page?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
How to create runtime property for an object?
why require regression testing?
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
Can any suggest me what is exposure testing?
In QTP what is the difference between Step-in, Step-out, Step-over ?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
How to return a value from a fn, if it has more than one value how to return
Error handling
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
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?