explian about the qtp frame work?
where u can use it in your project?
Answer / minni
Framework is nothing but the folder structure.
There are many types of
framework ..linear,hybrid,keyworddriven etc., it depends
upon the organisation.
In our organisation we follow our own framework..
We design the framework like for scripts ,
functions ,data,reusable scripts,recoveries, for all these
we use different folders.
| Is This Answer Correct ? | 1 Yes | 2 No |
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
in qtp how we work with out put values and what is the process?
how to merge object repositories?
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
Does quicktest professional is unicode compatible?
what type automation is fofollowed in the project?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
how to test Web application using QTP software
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?