Describe your field experience sample type collected,sample techniques,field measurements taken and equipment used?
2709BEING AN ELECTRICAL ENGINEER WHY SHOULD I JOIN A CALL CENTER"? PLEASE ANSWER THE RELATED POSSIBLE QUESTIONS ALSO....
7 19358what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
2018In the recent past, Reliance has found the gas in?.. 1 Mumbai offshore 2 Mahanadi basin 3 Krishna-Godavari basin 4 Kaveri basin
3 7463Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
10 33353Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
1 8557What is the applicable rate of service tax on work of construction company i.e. real estate developer company plz improve my knowledge about it.
11 34342Post New Apex Interview Questions
What is preventdefault() method?
What do you know about partition and also tell us about partition components in abinitio?
What is the difference between clicks and visits in google analytics?
Explain all the extended services provided by the os? : Client server computing
How do I remove a soft link in linux?
> 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 is mean in r?
What is csrf protection?
Does objective c have multiple inheritance? Why not? How to imitate various inheritance?
What is content editor web part?
When we use repeate, exit flow steps?
Explain wow to claim the policy? : insurance sales
What is the purpose of the enableevents() method in java programming?
What does appdelegate swift do?
in a multiprogramming and time-sharing environment,several user share the system simultaneously. this situation can result in various security problems a.discuss two such problems b.how can we ensure the same degree of security in a time-share machine as in a dedicated machine?