How good are you in writing VBscript code for your application?

Can you completely write VBscrit for your project with out
using recording mode in QTP?

Answer Posted / baskar palani

i would rate 4 outof 5 for writing vbscript code for my
application.


I can use VB script for enhancing test script:
Writing Reusable functions(split,date format,retrive value
from xl sheets without using local or global sheet method)

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain in brief about the qtp automation object model (aom).

566


How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.

1450


How to test background color and dynamic images during run time can you put the check point for moving objects?

1451


Explain the check points in quicktest professional?

544


What is the basic concept of qtp?

580






When should I use smart identification?

604


Hi ,Can any one pleas explain how to test splash objects using QTP?

1909


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

651


Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version

1412


I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

1338


How do you check ticket cost and ticket number in flight application?

591


How to check bitmap output value?

629


Get the count of files of similar types from a folder.

975


Brief the process of testing with UFT?

636


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1405