Saturday, 17 August 2013

How to Add Value in QTP - Dictionary Object

Code to associate an array as a value to the dictionary.
ex.
myArray = Array(”One”, “Elephant”, “January”, “Summer”)
objDict = CreateObject(”scripting.dictionary”)
objDict.Add “names”, myArray

What is AJAX

AJAX is Asynchronous JavaScript And XML. This is a web development technique for creating interactive web applications, It allows exchanging small amounts of data with the server behind the scenes, without the page having to reload each time. It helps in increasing web pages interactivity, speed, and customer usability

What is FLEX

Adobe Flash has unique animation capabilities, Traditional application programmers found it challenging to adapt to Flash. Flex minimizes the problem by providing a work-flow and programming model that is familiar to application developers.
Flex provides an easier way to build Flash applications

What is Windows Communication Foundation or WCF

Windows Communication Foundation, sometimes shortened to just WCF, previously codenamed Indigo.
- This is a new communication subsystem to enable applications, in one machine or across multiple machines
connected by a network, to communicate.
The WCF programming model unifies
– Web Service
– .NET Remoting
– Distributed Transactions
– Message Queues

What is Performance Testing

Performance testing focuses on the volume, load, scalability and stability of the underlying software architecture and hardware in real-time environments. This includes the various software components (COM, DCOM, EJB, Servlets, etc.), software and application servers (database, Web, LDAP, etc.), hardware servers and network components that make up today’s complex software systems. 

In other words, it is a type of testing intended to determine the responsiveness, throughput, reliability, and/or scalability of a system under a given workload. Performance testing is commonly conducted to accomplish the following:
– Assess production readiness
– Evaluate against performance criteria
– Compare performance characteristics of multiple systems or system configurations
– Find the source of performance problems
– Support system tuning
– Find throughput levels