What is python unit test?
what are the Types of LockEdits in RDO?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
What are the different types of condition in cobol and write their forms.
Is any generator is developed which is operated with out diesal or other expensive source?
What is delimiter sql?
State the various workflow tasks in salesforce.
I am B.Tech(CSE) & working in textile mill in IT dept. where implement SAP ag6.0 at Branch side all module like (SD,FICO,MM) etc. And Database & application server at HEAD Ofice(diffrent site).what will be my future in this field (ABAP,BASIS ,Functionality)etc.
Distribution transformer we provided 2 separate earthing pit for Body and 2 separate earthing pit for neutral,we can not connect separate body earthing pit to other earthing pit but we do metal glanding in secondary side cable termination in both side, transformer and PCC panel (LT Panel), is this safe for transformer and other equipment?
What are resources and sessions in blue prism?
What are the hibernate annotations?
What is Boolean Convolution?
In which language, angularjs is written?
How to create scrollable tables in HTML-DHTML? My doubt is "I want to create a table whose header will remain stationery when I scroll the table vertically, but at the same time when I scroll horizontally, the header should scorll sidewise along with the body."
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,