in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
2046Post New Yahoo Automation Testing AllOther Interview Questions
What is meant by payscale structure?
What is trim whitespace google sheets?
How to get traffic for your website?
which can be mapped as Find Keys for a Component Interface ?
Which type of songs do you enjoy the most?
> 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?
What are layouts in web dynpro abap?
What are common control fields in replenishment?
What is jms and activemq?
What are the three conditions that must be present for deadlock to be possible?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why do we use @override annotation?
After setting up a batch job (schedule the backlog report) by T Code SM36, i am getting error mail from user saying that, the reports r not recieving to his mail box, can any one help me regading this, how to resolve?.....it will be greate help.. Thanks
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is Cassandra Data Modelling ?