Skip to main content

Ghost Inspector Introduction

What is Ghost Inspector ? Why we use it ?


Ghost-Inspector Tutorial


Hello Friends,
Soft-Qa me aap sabhi ka Swagat hai,
Aaaj se mai ek mai ek tutorial start kr rha hu  jisme aap logo ko Ghost Inspector tools ke bare be btaunga ki ye tools hota kya hai aur kyu use karte hai software automation testing me.

Ye hindi language me hai, and English me mai jald hi start karunga,

Aaplogo se request hai ki yadi aaplog hamare channel pr new hai to IS Chanel Ko Jarur Subscribe Kr le taki aapko Is tutorial ki notification milti rahe aur aap is tutorial se kuchh sikh sake aur aap apne resume me new technology ke bare me add on ke sake .

Ab start karte hai, ghostispector hota kya hai




What is Ghost Inspector ?


GhostInspector ek automated website testing and monitoring tool hai jo hamare Application or Website ke issues ko check karne me help karta hai.

GhostInspector website ya application ko  Chrome ya firefor browser me thik usi tarah se check karta hai jaise hm manual kisi application ko check karte hai.

Ghostinsepctor pr website ko automate karne ke liye, aapko sabse pehle GhostInspector je site pr jake Signup karna padega.

Test create karne ke liye, aapko Test Recorder aapke browser me install karna padega,
Test recorder Install hone ke bad, aapko login karna padega, uske baad aap website ko Automate kr sakte hai.

How to set Auto Run Schedule:


Aap is tools pr easily apne test ke liye auto run- schedule , notification set kr sakte hai.
Isme easily automatically log generate hota hai, aapko kuch karne ki jarurat nhi hai.

Ye ek Paid Tool hai isliye aapko iska plan buy karna padega but ye aapko learning purpose se 14 days ke trial account provide karta hai.
Aap is trial account se GhostInspector pr website automate karna Easily sikh sakte hai.
Yeh bahut hi easy tools hai and koi bhi ise asani sikh sakta hai.
Watch video on youtube and Subscribe my channel:-





Comments

Popular posts from this blog

Software Testing Interview Question for beginners and experienced

 Software Testing Interview Question for beginners and experienced Software Testing Interview Question for beginners and experienced- software testing interview questions INTERVIEW QUESTIONS Project specific Questions 1. What was the duration of your project? 2. Explain about your project. 3. How many testers were their on this project. 4. According to you which was the complex part of the project from testing point of view. 5. How did you do the testing of your project? 6. How many test cases have you designed? How many you wrote in a day? 7. How many bugs did you find? 8. Tell me any high Severity bugs that you found. 9. What happens when the client changes requirements? 10. Which tool you used for defect reporting? 11. What is the database used for your project. 12. In which technology this application is developed? Company specific Questions 1. Where are you working currently? 2. How that Seed has sent you here for an interview when you are working in the same company. 3. Where...

How to analyze a JMeter summary report?

  A  Jmeter  Test Plan must have listener to showcase the result of performance test execution. Listeners capture the response coming back from Server while Jmeter runs and showcase in the form of – tree, tables, graphs and log files. It also allows you to save the result in a file for future reference. There are many types of listeners Jmeter provides. Some of them are: Summary Report, Aggregate Report, Aggregate Graph, View Results Tree, View Results in Table etc. Here is the detailed understanding of each parameter in Summary report. By referring to the figure: Label : It is the name/URL for the specific HTTP(s) Request. If you have selected “Include group name in label?” option then the name of the Thread Group is applied as the prefix to each label. Samples : This indicates the number of virtual users per request. Average : It is the average time taken by all the samples to execute specific label. In our case, the average time for Label 1 is 942 milliseconds & to...

What is SQL

SQL Introduction:What is SQL SQL stands for Structure Query Language. SQL is used to create database and manipulate database. Almost every industries have their own database which is used on daily basis to maintain record of the inventory, Employee record, salary record etc. So Database is very important for all industries whether it is small industries or big industries. Without database , it is very difficult to maintain record so database is required at all place. SQL is a structure query language that enables you to work with a database. Using SQL, you can insert records, update records, and delete records. You can also create new database objects such as databases and tables. And you can drop (delete) them SQL is of two type which is frequently used in an application to save record 1. DDL(Data Definition Language) 2. DML(Data Manipulation language) Data:   Data is a fact which is related to any object For example your name, age, height, weight, etc are some data...