· What should test in BANKING DOMAIN application ?
Answers were Sorted based on User's Feedback
Answer / shrinivasbt
Banking domain applications are usually web based application
so u need to test following for the application.
1.functionality
2.compatibility
3.usability
4.interface(web server,data server)
5.performance
6.security
for more details u can contact me on shrinivater@gmail.com
thanks
| Is This Answer Correct ? | 5 Yes | 0 No |
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
suppose i opened 6browsers and i want re-open the 4browser what is code for this..pls help me..
How to handle Run-time errors?
How to break the object spy ?
write script to read and write data from file ?
Explain in brief about the qtp automation object model (aom).
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain the parameter in qtp?
What is the extension of qtp local repository?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this