JDBC Interview Questions1
JDBC Interview Questions 2
JDBC Interview Questions 3
JDBC Interview Questions 4
JDBC Interview Questions 5
A complete interview preparation and interview questions guide which will provide you complete information dotnet interview questions, asp.net interview questions, c# interview questions, web service interview questions,C interview Questions, C++ interview Questions any many more.
What measure would you use to choose Web transactions for load testing?
For what reason are virtual users created?
Why it is suggested to insert verification checks to all your scenarios?
In what circumstances would you want to parameterize a text verification check?
Why do you require to parameterize fields in your virtual user script?
What are the reasons ?
Product based corporation develops the applications for Global clients i.e. there is no exact clients. Here requirements are collected from market and examined with experts.
Project based corporation develops the applications for the particular customer. The requirements are collected from the customer and analyzed with the client.
file_open(file_name);
str = “”;
line=””;
while( file_getline (file_name,line) ==0 )
{
str = str & line;
}
Share This
What is load testing?
Load testing is to test that if the software works well with the loads that result from large number of concurrent users, transactions and to decide weather it can hold peak usage periods.
What is Performance testing?
VuGen offer the capability to use multithreading. This facilitates more Vusers (Virtual user) to be run per generator. If the Vuser is run as a process, the same driver program is laden into memory for each Vuser, thus taking up a huge amount of memory. This restrict the number of Vusers that can be run on a single machine/application
The Throughput graph demonstrates the sum of data in bytes that the Vusers received from the server in a second. When we evaluate this with the transaction response time, we will observe that as throughput reduces, the response time also reduces. In the same way, the max out throughput and highest response time would happen approximately at the same.
Performance Bottlenecks can be identified by using monitors. These monitors might be application server monitors, web server monitors, database server monitors and network monitors. They facilitate in exploring the concerned area in our scenario which causes amplified response time. The measurements made are usually performance response time, throughput, hits/sec, network delay graphs, etc.
Using Web resource monitors we can discover the performance of web servers. Using these monitors we can examine throughput on the web server, amount of hits per second that happen during scenario, the number of http reactions per second, and the amount of downloaded pages per second.
1. What is WinRunner and for what type of testing it is used?
2. Can you carry out functionality testing using WinRunner?
3. WinRunner is appropriate for which kind of applications?
4. What are different the types of applications WinRunner can use?
5. What’s the WinRunner version number you used for your applications?
6. What are all the different sort of recordings accessible in WinRunner?
7. When […]
Database Functions
What is the use of “db_check” function?
This function captures and evaluates data from a database.
Note that the checklist file (arg1) can be created only during record.
arg1 - checklist file.
What is the use of “db_connect”
This function creates a new connection session with a database.
arg1 - the session name (string)
arg2 - a connection string
for example “DSN=SQLServer_Source;UID=SA;PWD=abc123″
What is the use of “db_disconnect”
This function disconnects from the database and deletes the […
First I will ask ideas to work with WinRunner and Silktest installed on the same machine. In the majority cases such setup would work fine, but unexpectedly a new difficulty may
Winrunner Faq, Winrunner Interview Questions, Winrunner Questions, Winrunner Scripts, Winrunner Testing, Winrunner Tutorial, Winrunner Versions