Towards Automatic Consistency Checking Between Web Application and Its Mobile Application

Total Page:16

File Type:pdf, Size:1020Kb

Towards Automatic Consistency Checking Between Web Application and Its Mobile Application Towards Automatic Consistency Checking between Web Application and its Mobile Application 1,2,3 Xiangping Chen Zhensheng Xu1,2 1 Institute of Advanced Technology, Sun Yat-sen 1 School of Information Science and Technology, Sun University, National Engineering Research Center of Yat-sen University, National Engineering Research Digital Life, Guangzhou, 510006, China Center of Digital Life, Guangzhou,510006, China 2 Shenzhen Engineering Laboratory for Mobile Internet 2 Research Institute of Sun Yat-sen University in Application Middleware Technology, Shenzhen, Shenzhen, Shenzhen, 518057, China 518060, China [email protected] 3 Research Institute of Sun Yat-sen University in Shenzhen, Shenzhen, 518057, China [email protected] Abstract—With the increasing usage of mobile devices in daily news by clicking the element “News” in the homepage, it is life, a lot of websites delivered another mobile application improper to provide the list of international news through the version of application with the same services. If the mobile “Information” element in the interface of mobile application. application is inconsistent with the web application, it may In addition, the list of international news should be the same. imply possible error or misleading information in the mobile For a web application containing hundreds and thousands application. This paper proposes an approach for automatic pages, the implementation of its mobile application is consistency checking between mobile application and its web time-consuming with a lot of repetitive work. There may rise application. Our approach starts from the generation of page inconsistency problem that the mobile application include: (1) and link information by crawling content from web application error page that shows information which is not included in and simulating user actions in Android application. Page the web application; (2) error element that displays matching and consistency checking algorithms are proposed and used to find out inconsistency in page, element and link. misleading information; (3) error link that is linked to the The validation tool is used in 3 mobile application containing wrong page. Although, not all the inconsistencies exist more than 300 pages. The result shows that our approach can between a mobile application and its web application are find out inconsistency with acceptable precision and recall. faults. For example, a mobile application may provide a special sale for mobile users only. However, inconsistency Keywords-Consistency checking, Black-Box, Mobile information is still useful to make sure that extra Application functionalities are added. Current works[1-5] focus on consistency checking of I. INTRODUCTION different software models in an application. The problem in With the increasing usage of mobile devices in daily life, this paper is how to find out the consistencies between two the number of mobile applications increased very quickly. implementations with the same design model/requirements. By July 2013, the number of applications in Google play has Some works proposed testing methods and tools[7-10] for rose through 1 million1. Android applications. However, they do not notice the With this trend, a lot of websites delivered another consistency problem. mobile application version with the same services. Almost In this paper, we propose an approach for automatic all the top 500 global sites2provide its corresponding android consistency checking between mobile application and its application3. web application. We abstract both web application and Because the web application version and mobile mobile application as a set of pages and link relationships application version are provided for the same target users, between pages. Our approach starts from the generation of the functional requirements of the mobile application are page and link information by crawling content from web already fixed before implementation. The requirement is application and simulating user actions in Android usually the same as the web application, or subset of the application. We define the consistency relationship between requirements of the web application. In addition, these two applications and propose page matching and consistency functionalities are required to be provided in the same way. checking algorithm to find out inconsistencies in page, For example, if a user can access the list of international element and link. The tool is used in 3 mobile applications containing more than 300 pages. The result shows that our approach can find out inconsistencies with acceptable 1http://www.techweb.com.cn/world/2013-07-25/1312444.shtml precision and recall. Our approach can help software 2http://www.alexa.com/topsites 3 https://play.google.com/store 53 engineers and maintainers in finding possible errors during development and maintenance. The remainder of the paper is organized as follows: Section 2 gives an illustrative example to show inconsistency problem; Section 3 gives the definition of consistency and a general overview of our solution, the definition of consistency and a general overview of our solution, which is further detailed in the Section4. Section 5 presents the evaluation of our approach; Section 6 discusses the limitations of our work, Finally, Section 7 discusses some related works before Section 8 concludes our work. II. ANILLUSTATIVE EXAMPLE For the OSChina website (http://www.oschina.net), its android application is delivered to provide the same functionality as its website. When we click the button with Figure 2. Corresponding page in the linked page text “推荐阅读” in the main interface of mobile application, III. APPROACH OVERVIEW we can see the interface shown in Fig 1(a). In the home page of the web application, we can find a A. The Consistency Requirementsbetween Web Application list of articles, as shown in Fig 1(b). These articles are listed and Mobile Application without detail information. In the mobile application, the A web application or mobile application can be author, the type of paper, publishing time and number of abstracted as AP = (P, L)where P is the set of web pages, L reviews of an article is listed in the interface. is the set of link between web pages. A page in P includes a list of elements. The elements are divided into two types: elements with link and element without link. P = (El, Ee). link=<ps, e, pt> , link ∈ L , ∈ .Epe ls . A link is a link from a web page ps to another web page pt, and related to an element e in the web page ps. We define the consistency between a web application and its mobile application based on the following assumptions: (1) There exist a web application and a mobile application. The mobile application is developed to provide the same or subset of the services provided by the web application. (2) A page in the mobile application contains less information than a page in the web application. As a result, when implementing the mobile application based on the web application, the developer divides the contents in a web page into one or more pages in the mobile application. (3) The mobile applications are implemented considering Figure 1. corresponding pages in mobile application and web application the user habit of web application. However, because a page in the web application may be implemented as 最新推荐博客文章 If we click “ ” in the home page of the more than one page in the mobile application, there are web application, we can see the same list as we see in the links between pages which are developed for the same home page of OSChina. The related information for these page of web application. If these links are neglected, the articles is not provided in this page. The related information traces of user action to acquire the same information in about an article is provided in different ways for mobile both mobile application and web application should be application users and web application users. The the same. inconsistency problem may confuse or mislead users. For a web application APweb= <Pweb, Lweb> and a mobile application APmobile = <Pmobile, Lmobile>: 1)( i mobile , j ∈∀∈∀ PpPp web ji .. epep →= descriptio i epn ).( = descriptio j epn ).( Elements in the page of a web application are different from those in the page of a mobile application because they are developed using different programming language. Two elements of different kinds can be viewed as equal when 54 they are used to provide the same information or functionality. description(e) for the element e cannot be complete. For example, for an element which is a picture, it is hard to generate its description. The extracted description from the application may affect the accuracy for finding a possible consistent page. ()2 ∀pi ∈ Pmobile , ∀ pj ∈ Pweb consistent(,)....pi p j→ p i E l ∈ p j E l ∧ p i E e ∈ p j E e We assume that a page in a mobile application contains less information and functionality than its corresponding page in the web application version. A page pi in a mobile application is consistent with a page pj in its web application when all the elements included in pi are also included in pj. ()3 ∀li ∈ Lmobile , ∀ lj ∈ Lweb consistent(,)li l j → consistent(.,.)..li p s l j p s∧ l i e = l j e ∧ consistent(li . p t , l j . p t )) A page in a web application may consistent with multiple pages in the mobile application version. We define that a link Figure 3. Approach Overview li in a mobile application is consistent with a link lj in a web application when (1) their source pages are consistent;(2)the IV. CONSISTENCY CHECKING target pages are consistent; (3) the related elements are equal. A. Generating Page and Link Information The consistency relationship between APweb and APmobile is defined as: In our approach, we view the application as a black-box and simulate user actions to generate the page and link )1( ∀p ∈ P,,(,) ∃ p ∈ P consistent p p i mobile j web i j information.
Recommended publications
  • Submits Addl Info Re SER Open Items.Forwards Draft Copy of Pending
    . * .' * ** 4 LONG ISLAND LIGHTING COM PANY #Ed"O w SHOREHAM NUCLEAR POWER STATION P.O. DOX Gia, NORTH COUNTRY ROAD e WADING RIVER, N.Y.11792 ? February 5, 1979 SNRC-357 Mr. Harold R. Denton, Director Office of Nuclear Reacter Regulation U. S. Nuclear Regulatory Commission Washington, D. C. 20555 Shoreham Nuclear Power Station - Unit 1 Docket No. 50-322 Dear Mr. Denton: During a meeting held in your office on Decemoer 14, 1978, the status of tM remaining SER open items were discussed with the NRC Staff. As a result of those discussions, it was agreed that we would provide additional information clarifying a number of the open items. Enclosed herewith are fifteen (15) sets of the additional information provided in response to those requests for SER open items numbered 6, 7, 11, 13, 19, and 20 plus confirmatory issues numbered 4 and 12. In addition, we are enclosing draft copies of a pending FSAR figure change to reflect an improvement in the intake canal slope stability, the bases of which are discussed in FSAR Section 2.5.5 and Appendix 2L. Subsequent submittals will be made on or about Feb uary 28, 1979 which will provide additional information relative to SER open items 2, 5, and 20 plus confirmatory issues 1, 8, 15, 16 and 17. Information for any remaining Applicant-action items will be forwarded to the NRC as it becomes available. - ry t uly yours, MS DOCUME;T CO?iTNilS .; POOR QUAUTY PAGES o - [D M . i . P. No arro, Project' Manager Shoreham Nuclear Power Station JPM/cl 90 Encls.
    [Show full text]
  • +1. Introduction 2. Cyrillic Letter Rumanian Yn
    MAIN.HTM 10/13/2006 06:42 PM +1. INTRODUCTION These are comments to "Additional Cyrillic Characters In Unicode: A Preliminary Proposal". I'm examining each section of that document, as well as adding some extra notes (marked "+" in titles). Below I use standard Russian Cyrillic characters; please be sure that you have appropriate fonts installed. If everything is OK, the following two lines must look similarly (encoding CP-1251): (sample Cyrillic letters) АабВЕеЗКкМНОопРрСсТуХхЧЬ (Latin letters and digits) Aa6BEe3KkMHOonPpCcTyXx4b 2. CYRILLIC LETTER RUMANIAN YN In the late Cyrillic semi-uncial Rumanian/Moldavian editions, the shape of YN was very similar to inverted PSI, see the following sample from the Ноул Тестамент (New Testament) of 1818, Neamt/Нямец, folio 542 v.: file:///Users/everson/Documents/Eudora%20Folder/Attachments%20Folder/Addons/MAIN.HTM Page 1 of 28 MAIN.HTM 10/13/2006 06:42 PM Here you can see YN and PSI in both upper- and lowercase forms. Note that the upper part of YN is not a sharp arrowhead, but something horizontally cut even with kind of serif (in the uppercase form). Thus, the shape of the letter in modern-style fonts (like Times or Arial) may look somewhat similar to Cyrillic "Л"/"л" with the central vertical stem looking like in lowercase "ф" drawn from the middle of upper horizontal line downwards, with regular serif at the bottom (horizontal, not slanted): Compare also with the proposed shape of PSI (Section 36). 3. CYRILLIC LETTER IOTIFIED A file:///Users/everson/Documents/Eudora%20Folder/Attachments%20Folder/Addons/MAIN.HTM Page 2 of 28 MAIN.HTM 10/13/2006 06:42 PM I support the idea that "IA" must be separated from "Я".
    [Show full text]
  • An Exploratory Study on Functionally Graded Materials with Applications to Multilayered Pavement Design
    An Exploratory Study on Functionally Graded Materials with Applications to Multilayered Pavement Design Ernie Pan, Wael Alkasawneh, and Ewan Chen Prepared in cooperation with The Ohio Department of Transportation and the U.S. Department of Transportation, Federal Highway Administration State Job Number 134256 August 2007 1. Report No. 2. Government Accession No. 3. Recipient’s Catalog No. FHWA/OH-2007/12 4. Title and subtitle 5. Report Date An Exploratory Study on Functionally Graded Materials with August 2007 Applications to Multilayered Pavement Design 6. Performing Organization Code 7. Author(s) 8. Performing Organization Report No. Ernie Pan, Wael Alkasawneh, Ewan Chen 10. Work Unit No. (TRAIS) 9. Performing Organization Name and Address 11. Contract or Grant No. 134256 Department of Civil Engineering The University of Akron 13. Type of Report and Period Akron, OH 44325-3905 Covered Final Report 12. Sponsoring Agency Name and Address 14. Sponsoring Agency Code Ohio Department of Transportation 1980 West Broad Street Columbus, OH 43223 15. Supplementary Notes 16. Abstract The response of flexible pavement is largely influenced by the resilient modulus of the pavement profile. Different methods/approaches have been adopted in order to estimate or measure the resilient modulus of each layer assuming an average modulus within the layer. In order to account for the variation in the modulus of elasticity with depth within a layer in elastic pavement analysis, which is due to temperature or moisture variation with depth, the layer should be divided into several sublayers and the modulus should be gradually varied between the layers. A powerful and innovative computer program has been developed for elastic pavement analysis that overcomes the limitations of the existing pavement analysis programs.
    [Show full text]
  • Fgekpy Izns”K Ljdkj “Kgjh Fodkl Fohkkx La[;K% ;W0mh0&, ¼3½&7@2011&1 F”Keyk&2 2&9&2015
    fgekpy izns”k ljdkj “kgjh fodkl foHkkx la[;k% ;w0Mh0&, ¼3½&7@2011&1 f”keyk&2 2&9&2015 vf/klwpuk fgekpy izns”k uxjikfydk fuokZpu fu;e] 2015 dk izk:Ik] fgekpy izns”k uxjikfydk vf/kfu;e] 1994 ¼1994 dk vf/kfu;e la[;kad 13½ dh /kkjk 279 ds micU/kksa ds v/khu ;Fkk visf{kr ds vuqlkj] bl foHkkx dh lela[;d vf/klwpuk rkjh[k 27 tqykbZ] 2015 }kjk jkti=] fgekpy izns”k esa 29 tqykbZ] 2015 dks tu lk/kkj.k ls vk{ksi ¼iksa½ vkSj lq>ko ¼oksa½ dks vkeaf=r djus ds fy, izdkf”kr fd;k x;k Fkk ; vkSj fu;r vof/k ds Hkhrj bl fufeÙk dksbZ vk{ksi ¼iksa½ vkSj lq>ko ¼oksa½ izkIr ugha gq, gSa ; vr% fgekpy izns”k ds jkT;iky] jkT; vk;ksx ds ijke”kZ ls fgekpy izns”k uxjikfydk vf/kfu;e] 1994 ¼1994 dk vf/kfu;e la[;kad 13½ dh /kkjk 279 vkSj 304 }kjk iznŸk “kfDr;ksa dk iz;ksx djrs gq,] vf/kfu;e ds iz;kstuksa dks dk;kZfUor djus ds fy, fuEufyf[kr fu;e cukrs gSa] vFkkZr~ %& v/;k;&1 izkjfEHkd 1. laf{kIr uke -& bu fu;eksa dk laf{kIr uke fgekpy izns”k uxjikfydk fuokZpu fu;e] 2015 gSA 2. ifjHkk’kk,¡-&¼1½ bu fu;eksa esa] tc rd fd dksbZ ckr fo’k; ;k lanHkZ esa fo:) u gks]&& ¼d½ “vf/kfu;e ” ls fgekpy izns”k uxjikfydk vf/kfu;e] 1994 ¼1994 dk vf/kfu;e la[;kad 13½ vfHkizsr gS ; ¼[k½ “vfHkdrkZ ” ls fdlh fuokZpu esa] vH;FkhZ }kjk] fyf[kr esa] bu fu;eksa ds iz;kstu ds fy, vfHkdrkZ cuus ds fy, fu;qDr dksbZ O;fDr vfHkizsr gsS; ¼x½ “erisVh ” ls fuokZpdksas }kjk eri= j[kus ds fy, iz;qDr dksbZ isVh] cSx ;k vU; ik= vfHkizsr gS vkSj blds vUrZxr bySDVªkWfud oksfVax e”khu Hkh gksxh ; ¼?k½ “v/;{k ” ls fuokZfpr lnL;ksa }kjk v/;{k dk in /kkj.k djus vkSj v/;{k ds d`R;ksa dk ikyu djus ds fy, v/;{k ds
    [Show full text]
  • Status, Problem and Issues Hkkjr Esa F'k{Kk %Lrj Lel;K,W ,Oa Eqnñ S Code
    Question Bank Education in India: Status, Problem and Issues Hkkjr esa f’k{kk %Lrj leL;k,W ,oa eqn~ns Code- CC 2 Unit- I fuEufyf[kr iz’uksa ds mRRkj fyf[k;s& (100 ls 150 ’kCnksa esa ) Q.1 “Educations Should be for culture as well as knowledge” comment and elucidate. ^f’k{kk laLd`fr vkSj Kku nksuksa ds fy, gks* bl dFku dh O;k[;k dhft, A Q.2 “Individual and social aims are comple ment to each other “Elucidate. “oS;fDrd vkSj lkekftd mn~ns’; ,d&nwljs ds iwjd gSA“ Q.3 Write short notes on the following- a. Physical Development Aim. b. Aim of character-Building c. Vocational Aim d. Complete Living Aim e. Leisure Aim f. Bases of formulation of educational Aim. fuEufyf[kr ij laf{kIr fVIi.kh fyf[k;s& v- ’kkjhfjd fodkl dk mn~ns’; c- pfj=&fuek.kZ dk mn~ns’; l- O;olkf;d mn~ns’; n- iw.kZ thou dk mn~ns’; ;- vodk’k dk mn~ns’; j- ’kSf{kd mn~ns’;ksa ds fu/kkZj.k ds vk/kkj A Q.4 What in your opinion should be the function of education in human life. vkids erkuqlkj ekuo thou esa f’k{kk ds D;k dk;Z gksus pkfg,A Q. 5 Write short notes on following – a. Secularism. b. National Discipline c. National Integration. d. Training for leader ship e. Development of personality fuEufyf[kr ij laf{kIr fVIIk.kh fyf[k;s& v- /kEkZ fujis{krk c- jk"Vªh; vuq’kklu l- jk"Vªh; ,drk n- usr`Ro ds fy, izf’k{k.k b- O;fDrRo dk fodkl Q.6 Write short notes on the following.
    [Show full text]
  • 5892 Cisco Category: Standards Track August 2010 ISSN: 2070-1721
    Internet Engineering Task Force (IETF) P. Faltstrom, Ed. Request for Comments: 5892 Cisco Category: Standards Track August 2010 ISSN: 2070-1721 The Unicode Code Points and Internationalized Domain Names for Applications (IDNA) Abstract This document specifies rules for deciding whether a code point, considered in isolation or in context, is a candidate for inclusion in an Internationalized Domain Name (IDN). It is part of the specification of Internationalizing Domain Names in Applications 2008 (IDNA2008). Status of This Memo This is an Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 5741. Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at http://www.rfc-editor.org/info/rfc5892. Copyright Notice Copyright (c) 2010 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
    [Show full text]
  • Nagar Panchayats
    fgekpy izns”k ljdkj “kgjh fodkl foHkkx la[;k% ;w0Mh0&, ¼3½&7@20011 rkjh[k 23-3-2012 vf/klwpuk fgekpy izns”k dh jkT;iky] fgekpy izns”k uxj fuxe vf/kfu;e] 1994 dh /kkjk 6] 31 vkSj 36 }kjk iznRr “kfDr;ksa dks iz;ksx djrs gq,] iwoksZDr vf/kfu;e ds iz;kstuksa dsk dk;kZfUor djus ds fy, fuEufyf[kr fu;e cukrh gSa] ftudk izk:Ik bl foHkkx dh lela[;d vf/klwfpuk rkjh[k 14-03-2012 }kjk jkti=] fgekpy izns”k esa rkjh[k 16-03-2012 dks rRiwoZ izdkf”kr fd;k tk pqdk gS] vFkkZr -& v/;k;&1 izkjfEHkd 1. laf{kIr uke - & bu fu;eksa dk laf{kIr uke fgekpy izns”k uxj fuxe ¼fuokZpu½ fu;e] 2012 gSA 2. ifjHkk’kk,a - & ¼1½bu fu;eksa esa] tc rd fd dksbZ ckr fo’k; ;k lanHkZ esa fo:) u gks&& (i) “vf/kfu;e” ls fgekpy izns”k uxj fuxe vf/kfu;e] 1994 ¼1994 dk vf/kfu;e la[;kad 12½ vfHkizsr gS ; (ii) “vfHkdrkZ ” ls fdlh fuokZpu esa] fdlh vH;FkhZ }kjk] fyf[kr esa] bu fu;eksa ds iz;kstu ds fy, vfHkdrkZ cuus ds fy, fu;qDr dksbZ O;fDr vfHkizsr gsS; (iii) “erisVh” ls fuokZpdksas }kjk eri= j[kus ds fy, iz;qDr dksbZ isVh] cSx ;k vU; ik= vfHkizsr gS vkSj blds vUrZxr bySDVªkWfud oksfVax e”khu Hkh gksxh] ;fn er blds }kjk fjdkMZ fd, tkrs g;aS (iv) “vk;ksx ” ls /kkjk 2 ds [k.M ¼58½ ds v/khu ifjHkkf’kr fuokZpu vk;ksx vfHkizsr gS; (v) “ifjlheu” ls bu fu;eksa ds v/khu fd;k x;k okMksZa dk ifjlheu vfHkizsr gS; (vi) “mik;qDr ” ls ftyk dk mik;qDr vfHkizsr gS vkSj blesa ,slk vU; vf/kdkjh lfEefyr gS] ftls jkT; ljdkj }kjk vk;ksx dh flQkfj”k ij bu fu;eksa ds iz;kstuksa ds fy, mik;qDr ds d`R;ksa dk ikyu djus gsrq fu;qDr fd;k tk ldsxk; (vii) “e.Myk;qDr ” ls lac) e.My dk vk;qDr vfHkizsr gS; (viii) “fuokZpu”
    [Show full text]
  • 1 Symbols (2286)
    1 Symbols (2286) USV Symbol Macro(s) Description 0009 \textHT <control> 000A \textLF <control> 000D \textCR <control> 0022 ” \textquotedbl QUOTATION MARK 0023 # \texthash NUMBER SIGN \textnumbersign 0024 $ \textdollar DOLLAR SIGN 0025 % \textpercent PERCENT SIGN 0026 & \textampersand AMPERSAND 0027 ’ \textquotesingle APOSTROPHE 0028 ( \textparenleft LEFT PARENTHESIS 0029 ) \textparenright RIGHT PARENTHESIS 002A * \textasteriskcentered ASTERISK 002B + \textMVPlus PLUS SIGN 002C , \textMVComma COMMA 002D - \textMVMinus HYPHEN-MINUS 002E . \textMVPeriod FULL STOP 002F / \textMVDivision SOLIDUS 0030 0 \textMVZero DIGIT ZERO 0031 1 \textMVOne DIGIT ONE 0032 2 \textMVTwo DIGIT TWO 0033 3 \textMVThree DIGIT THREE 0034 4 \textMVFour DIGIT FOUR 0035 5 \textMVFive DIGIT FIVE 0036 6 \textMVSix DIGIT SIX 0037 7 \textMVSeven DIGIT SEVEN 0038 8 \textMVEight DIGIT EIGHT 0039 9 \textMVNine DIGIT NINE 003C < \textless LESS-THAN SIGN 003D = \textequals EQUALS SIGN 003E > \textgreater GREATER-THAN SIGN 0040 @ \textMVAt COMMERCIAL AT 005C \ \textbackslash REVERSE SOLIDUS 005E ^ \textasciicircum CIRCUMFLEX ACCENT 005F _ \textunderscore LOW LINE 0060 ‘ \textasciigrave GRAVE ACCENT 0067 g \textg LATIN SMALL LETTER G 007B { \textbraceleft LEFT CURLY BRACKET 007C | \textbar VERTICAL LINE 007D } \textbraceright RIGHT CURLY BRACKET 007E ~ \textasciitilde TILDE 00A0 \nobreakspace NO-BREAK SPACE 00A1 ¡ \textexclamdown INVERTED EXCLAMATION MARK 00A2 ¢ \textcent CENT SIGN 00A3 £ \textsterling POUND SIGN 00A4 ¤ \textcurrency CURRENCY SIGN 00A5 ¥ \textyen YEN SIGN 00A6
    [Show full text]
  • HP 8566B Spectrum Analyzer Operating and Programming Manual
    Notice Hewlett-Packard to Agilent Technologies Transition This documentation supports a product that previously shipped under the Hewlett- Packard company brand name. The brand name has now been changed to Agilent Technologies. The two products are functionally identical, only our name has changed. The document still includes references to Hewlett-Packard products, some of which have been transitioned to Agilent Technologies. Printed in USA March 2000 HEWLETT PACKARD OPERATING AND PROGRAMMING MANUAL 8566B SPECTRUM ANALYZER 100 Hz - 2.5 GHz/2 - 22 GHz SERIAL NUMBERS This manual applies directly to Model 8566B RF Sections with serial numbers prefixed 2410A and IF- Display Sections with serial numbers prefixed 2403A. 0 Copyright HEWLETT-PACKARD COMPANY 1984 1212 VALLEY HOUSE DRIVE, ROHNERT PARK, CALIFORNIA.94928. U.S.A. MANUAL PART NO. 08566-90040 Microfiche Part No. 08566-90044 Printed: March 1984 CERTIFICATION Hewlett-Packard Company certifies that thb product met its published specifications at the time of shipment from the factory. Hewlett-Packard further certifies that its calibration measurements are traceable to the United States National Bureau of Standards, to the extent allowed by the Bureau’s calibration facility, and to the calibration facilities of other International Standards Organization members. WARRANTY This Hewlett-Packard instrument product is warranted against defects in material and workmanship for a period of one year from date of shipment. During the warranty period, Hewlett-Packard Company will, at its option, either repair or replace products which prove to be defective. For warranty service or repair, this product must be returned to a service facility designated by HP Buyer shah prepay shipping charges to HP and HP shall pay shipping charges to return the product to Buyer.
    [Show full text]
  • Psftx-Centos-8.2/Pancyrillic.F16.Psfu Linux Console Font Codechart
    psftx-centos-8.2/pancyrillic.f16.psfu Linux console font codechart Glyphs 0x000 to 0x0FF 0 1 2 3 4 5 6 7 8 9 A B C D E F 0x00_ 0x01_ 0x02_ 0x03_ 0x04_ 0x05_ 0x06_ 0x07_ 0x08_ 0x09_ 0x0A_ 0x0B_ 0x0C_ 0x0D_ 0x0E_ 0x0F_ Page 1 Glyphs 0x100 to 0x1FF 0 1 2 3 4 5 6 7 8 9 A B C D E F 0x10_ 0x11_ 0x12_ 0x13_ 0x14_ 0x15_ 0x16_ 0x17_ 0x18_ 0x19_ 0x1A_ 0x1B_ 0x1C_ 0x1D_ 0x1E_ 0x1F_ Page 2 Font information 0x018 U+2191 UPWARDS ARROW Filename: psftx-centos-8.2/pancyrillic.f16.psfu 0x019 U+2193 DOWNWARDS ARROW PSF version: 1 0x01A U+2192 RIGHTWARDS ARROW Glyph size: 8 × 16 pixels Glyph count: 512 0x01B U+2190 LEFTWARDS ARROW Unicode font: Yes (mapping table present) 0x01C U+2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK Unicode mappings 0x01D U+2040 CHARACTER TIE 0x000 U+FFFD REPLACEMENT CHARACTER 0x01E U+25B2 BLACK UP-POINTING 0x001 U+2022 BULLET TRIANGLE 0x01F U+25BC BLACK DOWN-POINTING 0x002 U+25C6 BLACK DIAMOND, TRIANGLE U+2666 BLACK DIAMOND SUIT 0x020 U+0020 SPACE 0x003 U+2320 TOP HALF INTEGRAL 0x021 U+0021 EXCLAMATION MARK 0x004 U+2321 BOTTOM HALF INTEGRAL 0x022 U+0022 QUOTATION MARK 0x005 U+2013 EN DASH 0x023 U+0023 NUMBER SIGN 0x006 U+2014 EM DASH 0x024 U+0024 DOLLAR SIGN 0x007 U+2026 HORIZONTAL ELLIPSIS 0x025 U+0025 PERCENT SIGN 0x008 U+201A SINGLE LOW-9 QUOTATION MARK 0x026 U+0026 AMPERSAND 0x009 U+201E DOUBLE LOW-9 0x027 U+0027 APOSTROPHE QUOTATION MARK 0x00A U+2018 LEFT SINGLE QUOTATION 0x028 U+0028 LEFT PARENTHESIS MARK 0x029 U+0029 RIGHT PARENTHESIS 0x00B U+2019 RIGHT SINGLE QUOTATION MARK 0x02A U+002A ASTERISK 0x00C U+201C LEFT DOUBLE
    [Show full text]
  • KSI Professional Has Been Manufacturing Professional Loudspeaker Fsystems Known for Their Unique Style, Accurate Acoustical Design and Unsurpassed Performance
    Premium Presentation Furniture Professional Professional Ceiling Loudspeakers Catalog 18 Providing Quality Solutions Through Experience Table of Contents Professional Professional Loudspeaker Systems for Ceilings, Walls and Near Field Applications 3 CS Series Downward Firing Loudspeakers for 2x2 Ceiling Grids 4-7 CSD Series Perimeter Firing Loudspeakers for 2x2 Ceiling Grids 8-12 WM Series Retrofit Wall Mount Loudspeakers 13-15 WMBB Series Pre-Construction Wall Mount Loudspeakers with Backboxes 16-18 Near Field Loudspeakers 19-21 70 Volt Transformers For Distributed Sound Systems 22 How to Wire a 70 Volt Sound System 23 Presentation Furniture 24 How to Order Presentation Furniture 25 Essential Line Lecterns 26-27 Essential Line Credenzas 28-29 Essential Line Presentation Desks 30-31 Essential Line Presenter’s Carts 32-33 Essential Line Equipment Rack Enclosures 33 Premier Line Lectern Styles 34-35 Premier Line Pedestal Lecterns 36 Premier Line Table Top Lecterns 36 ADA Style Lecterns 37 Wood and Laminate Finish Options 38-39 Premier Line À La Carte Options 40-45 Electrical Height Adjustment Options 46 Corporate, Government and Educational Identity 47 Premier Line Lecterns 48-64 Premier Line Lecterns with Sound Systems 65 Premier Line Desks for Mixing Consoles 66 Premier Line Large Lectern Workstations 67-68 Premier Line Credenzas 69-73 Premier line Presentation Desks 74-78 Premier Line Presenter’s Carts 78-79 Premier Line Conference Tables 80-82 More Premier Line Furniture 83 www.ksipro.com Proudly made Email [email protected] in the USA ‹ 2 › from domestic & 410-383-2167 FAX 410-383-7573 imported components Professional Loudspeaker Systems Professional Series IV or more than 30 years, KSI Professional has been manufacturing professional loudspeaker Fsystems known for their unique style, accurate acoustical design and unsurpassed performance.
    [Show full text]
  • Techalloy Nickel Alloys Brochure
    TECHALLOY® NICKEL ALLOYS COMPLETE APPLICATION SOLUTIONS Lincoln Electric One More Variable We’ve Solved For You... QUALITY In 2011, Lincoln Electric® acquired Techalloy®, a company with industry expertise in alloy welding consumables. The integration of Techalloy was a perfect fit for Lincoln Electric’s high quality consumable portfolio. Lincoln Electric, a company which has sustained over 120 years in the welding industry, and + Techalloy’s established reputation in the nickel segment, has fortified our position in alloy. Our commitment to perfecting consumable manufacturing has allowed Lincoln Electric to build a complete Techalloy portfolio of nickel welding alloys for your industry. Our nickel alloys perform exceptionally well over a broad EXPERTISE operating range in any welding process. Using Power Wave® technology and engineered waveforms, our nickel alloys provide an unparalleled welding experience for almost any application. Our comprehensive consumable portfolio offers a solution in any industry segment and application whether it is: high temperature service, cryogenic service, high strength or highly corrosive environments. Your From beginning to end, our nickel consumables are just one more variable we’ve solved for you. EXPECTATIONSð EXCEEDED www.lincolnelectric.com | 3 Quality in Manufacturing Draw, heat treat, clean, repeat; this is how we ensure your nickel alloy wire is exactly right, every time. Not only does our process ensure quality and consistency, but all finished products are also coated in a proprietary surface treatment that promotes better feeding and arc stabilization. In order to supply customers with the highest quality nickel product, we are selective and conscientious of the suppliers we select to provide our raw material.
    [Show full text]