Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the need and applications of learning VB script for
a automation(QTP) engineer ain Realtime ?

Answers were Sorted based on User's Feedback



What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime..

Answer / ajreddy

To do descriptive programing

Is This Answer Correct ?    0 Yes 0 No

What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime..

Answer / rajesh

Just image an software product for commerical purpose. To
test this application there are 1000 test cases out of which
350 test cases are automated. Maintanance(execution and post
processing the results of recorded scripts of 350 test
scripts takes minimum 70% of the manual testing efforts. The
size of over all scripts for all the test cases becomes huge
and tedious to maintain.

VB is Object oriented scripting language, so learning VB
helps to customized the VB Scripts, remove redundancy by
using resuable components as per the framework guidelines
which accomplishes the test execution task simple,
efficient, effective in maintainance and finally reducing
the test cycle.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

what we do after completion of functional and regression testing

2 Answers  


How to "Turn Off" QTP results after running a Script?

3 Answers   Crea,


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

0 Answers  


How to find the number the number of Links, Brolken Links in a webpage?

3 Answers   Ordain Solutions,


What's QuickTest Window?

1 Answers  


What is the use of environment variables?

1 Answers  


How many tables r created during the recording in QTP?

2 Answers  


Q- what is the advantage of merging tool in QTP 9.2?

1 Answers   TCS,


before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...

2 Answers   Keane India Ltd,


Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?

0 Answers  


What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?

7 Answers   Verizon,


Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?

1 Answers  


Categories