{mosgoogle} Directory Structure While recording, VuGen creates a series of configuration, data, and source code files which contain Vuser run-time and setup information. The results of each iteration of a script are stored separately. The Iteration0 directory is for system use and should be ignored by the tester. While recording,...
You Are Browsing ‘Testing Tools’ Category
Online Customers prefer to shopping with the Applications which have good functionality and Response time, So to success in online business the Performance of the Web Applications should be good otherwise customers will simply switch to Competitor Sites 1. Difference between Functional testing and Performance Testing {mosgoogle} ...
Automation Object Model QTP Utility Functions – Database msgbox My_dbquery(10) Dim My_Query, MyDesc Public Function My_dbquery(ord_no) DataConn = “C:\Das\tozip\lib\flight32.mdb” Set Conn = CreateObject(“ADODB.Connection”) ConStr = “Driver={Microsoft Access Driver (*.mdb)};DBQ=” & DataConn & “;” Conn.open(ConStr) SQL = “SELECT Orders.Customer_Name FROM Orders Orders WHERE (Orders.Order_Number=” &ord_no &”)”...