how can u do web testing?exactly what is the process for web
testing?
Answer / uday kumar. a
There is no single answer for this question.
If we have all the project files then we need to setup the
site, by using Virtual Directories and all, there u can a
link like http://localhost/VirtualDirectoryName/PageNames.
Here we can also configure all DB details and all.
Another way is, the dev guys directly give the URL and DB
details, we need to work on the link and the specified DB
details. Here the URL is like
http://203.12.210.125/VirtualDirectoryName/PageNames.
here 203.12.210.125 is the external IP.
Another way is, when the site is in live, here the URL is
like www.mytestingsite.com. Here we r directly testing the
application that went to live.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to read the third party controls in the application
how to test the websites using winrunner iam pactising in winrunner version 7.0,how to get new trail version of winnrunner?
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
Name the different modes of recording?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
How could we Learn the Application Initially for Testing- Need Realtime Explanation? Who will Record the Application?
How can I check the font size and color using winrunner?
How do u identify the object that it is a standard object or not
what is the name given by WR to Microsoft excel file
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
What is the use of test director testing tool?