Scripts Interview Questions
Questions Answers Views Company eMail

How many prompts are available in a UNIX system?

1 6866

how to u se in jsp

Google,

1792

I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 3897

How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.

1788

Hai what is the difference between java and javascript

2 3692

how can we use java script message alert with asp.net with useing vb.net coding show full process with its coading

NIC,

1 3873

how can we generate alert message without referashing page in asp.net with language vb.net and script use in java script .means with out referash the page message in java alert

NIC,

2362

Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1723

what is the object hyrarchy in QTP for a web based application

1881

what is the difference between render event and prerender event

Wipro,

2 6737

How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

Wipro,

1851

What are actions and directives in jsp?

Ocwen,

3 6954

Can any one tell me about s_objectID used for the anchor tag why it is used, what for and how to use it properly. with an example...please please......

1 5697

How to add actions in driver script to run those actions in QTP?

1516

write a perl script to find whether a given line of text is starting and ending with same word or not ???

CSS,

2 5975


Un-Answered Questions { Scripts }

Both Static and dynamic arrays are handled by VB script. Is it true?

608


What is mocha?

234


List out some advantages of using jsp.

528


How to display images based on the status(a, b, and c) in angular js?

424


What are isolated unit tests?

457






Can you please explain the difference between prop and attr? : jquery mobile

411


How do you define the transition between two states in angular?

393


Can you explain what is jsp page life cycle?

531


Do I need javascript enabled?

476


How to open url in a new tab in javascript?

510


What is a fixed-width table and its advantages?

490


What is the use of string function toupper(string)?

809


Why does jcomponent have add() and remove() methods but the component does not?

475


How to send an http post request in angularjs?

426


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

2585