Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

DST Global Solutions VB Script Interview Questions
Questions Answers Views Company eMail

how to display all the links in one page using vb script in qtp.

1 8965

Post New DST Global Solutions VB Script Interview Questions




Un-Answered Questions

What do you mean by cdb and pdb in oracle 12c?

804


Define the services that uddi provides to web applications?

443


What are httphandlers and httpmodules and difference between them?

693


What is extreme programming and what has it got to do with testing?

671


What is dao and pojo?

253






How does sumif work excel?

377


Do you know concepts and capabilities of sql server?

734


What is the driver class?

734


What is the importance of doctype in html?

582


How can you create a macro variable with in data step? : sas-macro

749


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1768


working principles of cf lamp,incandescentlamp and f lamp?

2008


How many types of parameters are available in quicktest professional?

688


How do I compare two columns in excel?

410


Explain about block scope in c?

822