HI. AnyBody can explain Automation Testing
Framework...Generally wht do we Intiate before going to
start Automation testing process... Anybody can
explain.......Thanks in advacne...
Answer / m dora babu
Frame work means Reusable work or Concepts or Reusable
scripts. It's a Generic work.
Frame works are basically 5 types:
1) Linear Fr Work
2) Modular Fr Work
3) Key word Driven Fr Work
4) Function Driven Fr Work
5) Hybrid Fr work
M Dora Babu S O N T A S O F T W A R E
BANGLORE Mail me @ mdorababum@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Describe function procedure in vbscript.
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
how do you run scripts in QTP?please anyone can answer my questions
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Explain the checkpoint in qtp?
How to open any application during Scripting in QTP?
Am going to QTP testing......but i dont know coding languages like (c,c++,java,etc)and am not having interest in coding .............can i choose testing tools like qtp to learn and get a job in software......please reply me
What do you mean by iteration?
wat are views in qtp explain
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?