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...




Scripts Interview Questions
Questions Answers Views Company eMail

Would you tell me that what is test script? and how to write it? are there some templates?

2259

hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?

2128

what are the tools used in your project , How to ask the answer this question

2025

what is the difference between sql server2000 and 2005

1883

what is database deployment?

2042

Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?

3458

Suppose someone gives a VB dll file (component). How to use that in an ASP file?

Perot Systems,

1899

What is the Difference between AJAX and Javascript?

T3 Softwares,

7 23374

Can init method be overridden?

IBM,

1 6773

How do you restrict page errors display in the JSP page?

IBM, TCS,

2 8766

What are the implicit objects?

IBM, Sigma IT,

2 5899

How does JSP handle run-time exceptions?

IBM,

2 10298

If one dont know how to create a script then how he/she can use the QTP?

1 3445

I have all files relating one project in ASP.... I want to make a Localhost for running like website........

2 3998

For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

2190


Un-Answered Questions { Scripts }

What is the difference between using constructor vs getInitialState in React?

464


How to get image width height in angular js, before uploading a file?

827


Does angular use ajax?

773


What is the difference between concern and application_controller.rb in ruby on rails?

817


c program to display the information of given file similar to givan by the unix or linux command ls -l

2212


How javascript sort function works?

983


What are the limitations of javascript?

944


What does dollar sign mean in jquery? : jQuery Mobile

773


What is the use of node_env?

518


What happen if you return false from a jQuery event handler?

844


What is component in reactjs?

477


What is angular router and router module?

805


“Perl regular expressions match the longest string possible”. What is the name of this match?

936


What are angular 2 directive?

845


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,

2670