We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 26295Post New Banca Sella QTP Interview Questions
Which compound is involved in reducing levels of homocysteine in the blood?
How do you define a new company code?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
What is the VC dimension?
What does awk stand for?
How to test java applications and what settings you need to do?
What are the shortcut keys to insert a new row in an excel spreadsheet?
Tell me what type of scenarios can be automated?
How many ways digital marketing classified?
What is DML (Data Manipulation Language)?
What is java servlet?
What is custom id?
Is there any way by which you can find out whether the user is in add mode or update mode?
What is the data type of time?
What are the features of perl language?